@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: ''
}

[dir='rtl'] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: ''
}

[dir='rtl'] .slick-next:before {
    content: ''
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-prev {
    left: -15px;
    position: absolute;
    top: 50%;
    color: #1b1b1b;
    padding: 10px;
    background: url(../img/left-arrow.png) no-repeat;
    height: 44px;
    width: 30px;
    z-index: 99
}

.slick-next {
    position: absolute;
    top: 50%;
    color: #fff;
    background: url(../img/right-arrow.png) no-repeat;
    padding: 10px;
    width: 30px;
    height: 44px;
    position: 99;
    right: -19px
}

@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-prev {
    left: -15px;
    position: absolute;
    top: 50%;
    color: #1b1b1b;
    /* background-color: #19b521; */
    padding: 10px;
    background: url(../img/left-arrow.png) no-repeat;
    height: 44px;
    width: 30px;
    z-index: 99;
}

.slick-next {
    position: absolute;
    top: 50%;
    color: #fff;
    background: url(../img/right-arrow.png) no-repeat;
    padding: 10px;
    width: 30px;
    height: 44px;
    position: 99;
    right: -19px;
}

#orderId1,
#orderId2 {
    display: none;

}

.main_background {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    float: left;
    background-color: #cccccc2e;
}

.Generate_inner-block {
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 14px -4px #ccc;
    width: 29%;
    margin: auto;
    margin-top: 20px;
}

div#generate_submit {
    background-color: #ff8e39;
    color: #fff;
    border: none;
    padding: 14px 20px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 0.5px;
    text-align: center;
}

p#success_msg {
    text-align: center;
    font-weight: 600;
    color: red;
    font-size: 16px;
}

.generate-link label {
    color: #1d1d1d;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.Generate_inner-block h3 {
    color: #fff;
    color: #2d3954;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
}

.red {
    color: red;
}

i#copy_link {
    display: none;
    font-size: 22px;
}

#content {
    width: 95%;
    border: none !important;
    display: none;
}

.link_generated {
    display: none;
    width: 95%;
    border: none;
}


/* online experts footer code */
.container-fluids {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ask-question-popups {
    position: fixed;
    left: calc(50% - 150px);
    width: 300px;
    bottom: 0;
    z-index: 99;
    background-color: #32526e;
    border-radius: 8px 8px 0 0;
    padding: 0.3rem;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.ask-question-popups .book-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-top: 18px;
}

.popMessage_container {
    margin-top: 20px;
}

.ask-question-popups .color-online {
    font-size: 0.8rem;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.ask-question-popups.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.color-online {
    color: #30ff39;
}

.ask-question-popups p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

/* end of online experts code */


/***offer***/
.offer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
}

.offer h5 {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}

.order-now {
    display: inline-block;
    background-color: #ff8a00;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 16px;

}

.order-now:hover {
    background-color: #e55313;
    color: #fff;
}

.offer h5 span {
    margin-right: 12px;
    margin-left: 12px;
    color: #fff;
}

span.blink sup {
    color: #ff5104;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: 600;
    color: #FDC800;
    font-size: 18px;
}

@keyframes blink-animation {
    100% {
        visibility: hidden;
    }
}


.sideOffer {
    width: 360px;
    margin: 20px 0 0;
    /* border: solid 2px #ccc; */
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 100px;
    z-index: 10;
}

.sideOffer p {
    text-align: center;
    font-size: 35px !important;
    line-height: 43px;
    color: #666;
}

.sideOffer p strong {
    font-size: 40px;
    color: #000;
}

.sideOffer.fixAd {
    position: sticky;
    top: 130px;
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 37px;
    margin-bottom: 30px;
}

h3.offer-para {
    line-height: 43px;
    font-size: 32px !important;
    color: #666 !important;
    border: none;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

h3.offer-para:before {
    display: none;
}

.sideOffer p strong {
    font-size: 40px;
    color: #000 !important;
}

.offrCTa {
    margin-top: 40px;
}

h3.offer-para strong {
    font-weight: 700;
    color: #000 !important;
}

.sideOffer.fixAd.offerapply {
    display: block;
    position: fixed;
    width: 435px;
}

.sideOffer.fixAd {
    display: none;
}

.order-now:hover {
    background-color: #004b64;
    color: #fff;
}

/***price***/
.home_about_forms {
    padding: 0;
    box-shadow: 0 6px 11px 0 #00000005;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 34px;
}

.free-list {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding: 5px 17px 5px 40px;
    border-bottom: 1px solid #edeae3;
    position: relative;
}

.free-list:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/tick.png);
    left: 15px;
    top: 25%;
    margin-top: -1px;
    border-radius: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.free-list p {
    color: #191919;
    max-width: 50%;
    float: left;
    font-size: 14px !important;
    vertical-align: bottom;
    line-height: 20px;
    text-align: left !important;
    padding: 0;
    margin: 0 !important;
}

.free-structures .free-list p.free {
    float: right;
}

.free-structures .free-list p b {
    margin-left: 5px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
}

.free-list span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    background: #18bc79;
    padding: 2px 10px;
    border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: right;
    margin-left: 5px;
}

.free-list-order {
    clear: both;
}

.free-list-order a.btn-submit {
    display: block;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

.free-list-last p.totals {
    max-width: 80%;
    text-align: left;
    font-size: 14px !important;
    float: left;
    line-height: 2;
    color: #000;
    padding-left: 8px;
}

.free-list-last p.free {
    max-width: 30%;
    text-align: right;
    display: block;
    float: right;
    padding-right: 10px;
}

.free-list-last span {
    color: #0bb06d;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    float: right;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.free {
    display: inline-flex;
    float: right;
}

.free-list-last .free {
    padding-right: 16px;
}

.free-list-last .free span {
    margin-left: 5px;
}

.home_about_forms h3 {
    padding: 15px 0px;
}

.line-through {
    position: relative;
    display: inline-flex;
    margin-left: 5px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
}

.line-through:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
    z-index: 999;
}

.offer-block {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 23px 0px;
}

span.badge {
    display: inline-block !important;
    position: absolute;
    background-color: #ff8a00 !important;
    font-size: 11px;
    top: 7px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    border-radius: 24px;
    color: #fff !important;
    font-weight: 700;
    margin: 2px 0 0 2px;
}

.new-btn-notification {
    position: absolute;
    right: 8px !important;
    top: -23px !important;
    font-size: 11px !important;
    border-radius: 3px !important;
}

span.blink.badge.badge-danger.new-btn-notification {
    background-color: red !important;
}

.comp-cou-h {
    position: relative;
}

.new-btn-notification:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid #ff510408;
    border-right: 5px solid #ff51040a;
    border-top: 5px solid #FF0000;
}


a.btn-offer {
    width: 149px;
    background-color: red;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
}

a.btn-offer span {
    margin-right: 6px;
}

.dropdown-menu h6 {
    font-size: 14px;
    padding: 0 17px;
    border-top: 1px solid #ccc;
    padding-top: 13px;
    margin-top: 13px;
    padding-bottom: 8px;
}

.add-text {
    text-align: center;
}

.add-text span {
    display: block;
}

.add-text a {
    border: 1px solid #ffffff;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}

.add-text a:hover {
    text-decoration: none;
    background-color: #007bff;
    color: #fff !important;
}

.codementor_column {
    text-align: center;
}

/* did you know modal */


.did-youknow-modal div#didyouModal {
    margin-top: 140px;
}

.did-youknow-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #026181;
}

.did-youknow-modal .did-you-know {
    position: relative;
    top: 10px;
    left: 0px;
    top: 30%;
    z-index: 999;
    width: 100%;
}

.did-youknow-modal .left-block {
    width: 60px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.did-youknow-modal .descriptions.FeatureContainer ul li {
    list-style: none;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;

}

.did-youknow-modal .modal-header .close {
    border: 1px solid #700606;
    font-size: 20px !important;
    background-color: #f00;
}

.did-youknow-modal .descriptions.FeatureContainer ul li span {
    position: absolute;
    left: 0;
}

.did-youknow-modal .descriptions.FeatureContainer ul strong {
    margin-top: 20px;
    display: block;
    font-weight: 500;
}

.did-youknow-modal h4.modal-title {
    color: #fff;
    padding-left: 26px;
}

.did-youknow-modal .descriptions.FeatureContainer ul li span {
    color: #ff8a00;
}


.did-youknow-modal .descriptions {
    padding: 0px 0px !important;
}

.did-youknow-modal .descriptions.FeatureContainer ul {
    padding-left: 0;
}

.did-youknow-modal.mt-5 {
    margin-top: 0 !important;
}


/* pratice-page */
.banner2 {
    width: 100%;
    float: left;
    position: relative;
    height: 750px;
    /* background: url(../img/banner-bg2.png) no-repeat center; */
    background-position: 0 -107px;
    background-size: cover;
    margin-top: 115px;
    background-color: #006080;
}

.banner2 .banner-content img {
    max-width: 100%;
}

.banner2 .banner-content {
    margin-top: 0;
    /* margin-right: -30px; */
    overflow: hidden;
    height: 702px;
}

.banner2 .from-block {
    background-color: #fff !important;
    background-image: none !important;
}

.banner2 .from-block h4 {
    text-align: center;
    font-size: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #33416c;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

.banner2 .from-block p {
    color: #33416c;
    text-align: center;
    font-size: 12px;
}

.banner2 .from-block h4 span {
    margin-right: 6px;
}

.feature .title h2 {
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
    position: relative;
}

.feature .title h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 160px;
    background-color: #ff8a00;
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.work .title h2 {
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
    position: relative;
}

.work .title h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 160px;
    background-color: #ff8a00;
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}


section.work {
    clear: both;
    text-align: center;

}


.work-block {
    text-align: center;
    padding: 30px 7px;
    transition: 0.4s;
}

.work-block:hover {
    transform: translateY(-15px);
    cursor: pointer;

}

.work-block h5 {
    color: #004961;
    font-size: 20px;
}

section.features-block {
    background-color: #f4f8fa;
    margin: 60px 0;
    padding: 46px;
}

section.features-block h5 {
    color: #016181;
    font-weight: 500;
}

section.features-block h2 {
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
}

.feature .title {
    text-align: center;
    padding-bottom: 50px;
}

section.feature.our-eassy-awesome {
    clear: both;
    margin: 80px 0px;
    float: left;
    width: 100%;
}

section.feature div#nav-tabContent {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

section.feature .tab-content>.active {
    display: block;
    border: 1px solid #005976 !important;
    /* border-left: 1px solid #005976 !important;
    border-bottom: 1px solid #005976 !important;
    border-right: 1px solid #005976 !important; */
    padding: 30px 30px !important;
    background-color: #005976;
    color: #fff;
}

.feature nav a {
    color: #000;
    font-weight: 500;
    border: none !important;
}

.feature nav a span {
    color: #ff8a00;

}

.feature nav a span {
    margin-right: 10px;
    color: #ff8a00;
}

.banner2 .dr-section .drop_text p {
    color: #040404 !important;
}

section.work .container {
    /* background-color: #000; */
    box-shadow: 0px 0px 24px #e6ecff;
    padding: 30px 0px;
}

section.total-security {
    background-color: #18A151;
    padding: 90px 0;
}

section.total-security h2 {
    color: #fff;
    border-bottom: 2px solid #148b45;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.total-security ul {
    padding-left: 0;
}

.total-security ul li {
    list-style: none;
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.total-security ul li span {
    margin-right: 10px;
    color: #ff8a00;
    position: absolute;
    left: 0;
}

.secure-pict img {
    max-width: 100%;
}

.codeavail-list ul li span {
    position: absolute;
    left: 15px;
}

.codeavail-list ul li {
    list-style: none;
    padding-left: 20px;
}

.codeavail-list ul {
    padding-left: 0;
}


section.online-assignment-help {
    padding: 0 !important;
}

section.online-assignment-help .codeavail-describe {
    background-color: transparent;
    width: 100%;
    float: left;
    padding: 0;
    clear: both;
}

.faq .title {
    text-align: center;
    margin-bottom: 40px;
}

.faq .title h2 {
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
    position: relative;
}

.faq .title h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 160px;
    background-color: #ff8a00;
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.faq .card-header a {
    font-weight: 500;
}

.faq .accordion {
    background-color: transparent;
}


.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

ul.w50 li {
    width: 50%;
    float: left;
}

ul.w50 {
    margin-bottom: 20px;
}

.pricingTable:hover p {
    color: #fff !important;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

/* course-block */
.course-header {
    float: left;
    width: 100%;
    margin-top: 116px;
}

.course-header .priceheader {
    padding: 20px 0px;
    background:rgb(16 19 20 / 96%) !important;
    color: #f1f1f1;
    display: none;
}
.stickyprice {
    position: fixed;
    top: 64px;
    width: 100%;
    display: block!important;
    z-index: 2;
}

.course-header .priceheader .priceheader-left {
    float: left;
    width:48%;
}

.course-header .priceheader-right {
    margin-top: 15px;
    float: right;
    display: flex;
    align-items: center;
}
.priceheader-right .btn-ask-question {   
    float: right;
    margin-left:10px;
}
.course-topsection {
    color: rgb(255, 255, 255);
    padding: 32px 0px 22px;
    background: rgb(0, 0, 0);
}
.stickyprice .course-old-price-text {
    color: #ff5104 !important;
}

.course-header .tutorial-type p {
    font-weight: 600;
    margin-bottom: 10px;
}

.course-header .tutorial-type span {
    background: red;
    padding: 3px 8px 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.left-sidecontent ul.coming-field-content {
    padding-left: 2px;
    margin-bottom: 12px;
}

.coming-field-content li {
    display: inline;
}

.left-sidecontent .coming-field-content li a {
    color: #8ed1dc;
    font-weight: 700;
}

.course-header .left-sidecontent h2 {
    font-weight: 700;
    font-size: 30px;
}

.course-topsection h2 {
    color: #fff;
}

.left-sidecontent p.short-description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}
.priceheader-right .course-discount {
    color: #fff !important;
}

.best-seller .badge.badge-secondary {
    padding: 7px 12px;
    background: #ffe799;
    color: #593d00;
}

.best-seller span.sub {
    margin: 0 14px;
}

.course-topsection .left-sidecontent span.share {
    padding: 9px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 14px;
    cursor: pointer;
}

.course-header .left-sidecontent h2 {
    font-weight: 700;
    font-size: 30px;
}

.course-page-content .learn-left ul li {
    float: left;
    width: 100%;
    list-style-type: none !important;
    /* padding: 4px; */
    color: #6a6a6a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.learn-left ul {
    padding-left: 0;
}
.learn-left li:before {
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    height: 35px;
    float: left;
    font-family: 'font awesome 5 free';
    color: #ff5104;
}
.requirment-block ul {
    padding-left: 17px;
}


.course-page-content .left-sidecontent {
    background-color:#F7F9FA;   
    border-radius: 4px;
    padding: 35px 25px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
    
    margin-bottom: 14px;

    
}
.course-page-content h2 {
    font-size: 24px;
    color: #221638;
}
span.course-new-price {
    font-size: 28px;
}
.course-page-content .requirment-block ul li, .skills-require ul li {
    padding: 4px;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.trial-btn {
    padding: 9px 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 14px;
    cursor: pointer;
    color:#fff;
}
.trial-btn:hover {
    color: #ff5104 !important;
    border: 1px solid #ff5104 !important;
}
span.course-new-price {
    font-size: 30px;
    color: #000;
    font-weight: 800 !important;
}
.course-header .course-old-price-text {
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    color: #73726c;
    margin-left: 7px;
}
.course-header .course-discount {
    font-weight: 400;
    font-size: 18px;
    color: #73726c;
    margin-left: 7px;
}
.other-courses .card.course-package {
    min-height:393px;
}
span.course-discount {
    font-size: 22px;
    margin-left: 9px;
    color: #73726c;
}
.course-header .other-courses .pack-bar {
    margin-bottom: 0;
    font-size: 16px;
    background: #22314e;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 2px;
}
.other-courses h6.card-title.short-des {
    margin-bottom: 52px!important;
}
span.age-group-btn {
    font-size: 12px;
    background-color: #15b656;
    float: left;
    font-weight: 700;
}
p.card-text {
    border: none!important;
    overflow: hidden;
}
.course-header .other-courses .learn-more-btn {
    float: right;
}
.other-courses.all-othercourses {
    clear: both;
    margin: 50px 0px;
    float: left;
    width: 100%;
}
span.stars .fa-star:before {
    content: "\f005";
    color: #f7c324 !important;
}
.other-courses.all-othercourses h2 {
    text-align: center;
    color: #221638;
    margin-bottom: 24px;
}
span.learn-more-btn {
    font-size: 12px;
    background-color: #1760ab;
    float: right;
    font-weight: 700;
}
.course-header .other-courses .buy-now-btn a {
    padding: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #ff5104;
    border: 1px solid;
    text-decoration: none;
    float: right;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.course-header .other-courses .learn-more-btn a {
    color: #fff;
    padding: 4px 7px;
}
span.age-group-btn a {
    color: #fff;
    padding: 4px 7px;
}

span.trial-btn a{
    color:#fff;
}
span.btn-expert {
    background-color: #ffd2be;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
}
p.main-content {
    clear: both;
    display: block;
    margin-top: 32px;
}
p.main-content span:hover {
    color: #ff5104 !important;
    border: 1px solid #ff5104 !important;
}
.course-page-content .right-sidecard {
    position: absolute;
    top: -325px;
    width: 355px;
    box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
    border-bottom: 1px solid #d1d7dc;
}
.right-sidecard.stickysidebar {
    position: sticky;
    top: 231px;
}

.course-page-content .right-sidecard .card {
    border: none;
}
.icon-box.major-feat {
    border: 1px solid #fe4a55;
    border-radius: 6px;
    padding: 36px 20px;
    cursor: pointer;
    min-height:634px;
}
.major-feature.course-testimonial h2 {
    text-align: center;
}
.major-feature.course-testimonial {
    clear: both;
    margin: 50px 0px;
}
.major-feature.course-testimonial .feat-content .stars {
    color: orange;
    font-size: 16px;
}
.bookfree-trial {
    width: 100%;
    float: left;
}
.course-header .bookfree-trial {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.course-header .bookfree-trial a { 
    text-decoration: none;
}

.course-header .course-content2 ul {
    padding-left: 0;
    list-style-type: none!important;
}
.course-header .course-content2 ul li {
    padding: 16px 12px;
    background: #fbfbf8;
    border: 1px solid #0000001c;
    list-style-type: none!important;
    background-color: #F7F9FA;
    color: #6a6a6a;
    font-size: 15px;
}
.course-header .course-content2 ul li strong {
    color: #221638;
}
span.time-duration {
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    padding: 4px 6px;
    background-color: #4e4e4e;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}
.skills-require ul {
    padding-left: 17px;
}
.major-feature {
    float: left;
    width: 100%;
    margin: 50px 0px 0 0;
}
.headstitle h2 {
    text-align: center;
    color: #221638;
    margin-bottom: 24px;
}
.stickyprice {
    position: fixed;
    top: 114px;
    width: 100%;
    display: block!important;
    z-index: 999;
}
.feat-content h5 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.feat-content p {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.right-sidecard .card-header {
    padding: 10px 0px 10px 20px !important;
    color: #fff;
    font-size: 21px;
    background-color: #016181;
}



@media only screen and (max-width: 1440px) {

    .Generate_inner-block {
        width: 35%;

    }
}

@media only screen and (max-width: 1024px) {
    .Generate_inner-block {
        width: 45%;
    }
}

@media only screen and (max-width: 768px) {

    .Generate_inner-block {
        width: 85%;
    }
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: Poppins, sans-serif;
    color: #333333;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

*:focus {
    outline: none;
}

textarea:focus,
input:focus {
    outline: none;
}

h2 {
    font-size: 30px;
}

a:hover {
    text-decoration: none !important;
}

button:focus {
    outline: none;
}

.container-fluid {
    padding: 0 4% !important;
}

.top-bar {
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
    font-size: 13px;
    /* padding: 4px 0; */
    /* height: 70px; */
   
}

.top-bar a.btn-ask-q {
    display: inline-block;
    margin-left: 13px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.top-bar p {
    margin-bottom: 0;
    /* padding: 5px 0; */
    letter-spacing: 0.5px;
    font-weight: 400;
}

.top-bar a.btn-ask-q:hover {
    text-decoration: none;
}

.top-bar a.btn-ask-q {
    display: inline-block;
    margin-left: 13px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid#ff8a00;
    background-color: #ff8a00;
}

a.btn-ask-q:hover {
    background: #004b64;
    color: #fff;
    border: 1px solid #fff;
}

.right-block-btn {
    display: block;
}

.banner-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.codeavail-describe {
    background-color: #f4f8fa;
}

.header-right nav ul li {
    display: inline-block;
}
ul.navbar-navx li {
    margin-right: 17px;
}

.header-right nav ul li.m-d {
    display: none;
}

.header-right nav ul li a {
    color: #004961;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.right-block-btn {
    float: right;
    display: flex;
    text-align: right;
    align-items: center;
}

.right-block-btn a {
    color: #004961;
    letter-spacing: 0.5px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
}

.header-right nav ul li a span {
    margin-right: 4px;
    color: #ff8a00;
    font-size: 12px;
}

.right-block-btn a span {
    color: #ff8a00;
    margin-right: 4px;
    font-size: 12px;
}

.main-header {
    width: 100%;
    float: left;
    box-shadow: 0 7px 3px #ccc;
}

.from-block h4 {
    text-align: center;
    font-size: 26px;
    padding-bottom: 22px;
}

nav.main-menu {
    position: relative;
}

.right-block-btn a:hover {
    text-decoration: none;
}

a.btn-order-now {
    background-color: #ff8a00;
    color: #fff;
    padding: 8px 20px;
    background-color: transparent;
    color: #333333;
    padding: 6px 5px;
    /* width: 133px; */
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    white-space: nowrap;
}

.header-right nav ul li a:hover {
    color: #ff8a00;
}

.header-right nav {
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.login_password_error {
    color: red;
    margin-top: 10px;
    display: block;
}

span.attempt.red {
    margin-top: 8px;
    display: block;
}

a.btn-menu {
    display: none;
}

a.btn-menu span {
    display: inline-block;
    margin-right: 4px;
    color: #ff8a00;
}

.main-header {
    width: 100%;
    float: left;
    padding: 14px 0;
    box-shadow: 0 6px 18px #ccc;
}

.sb-search {
    position: relative;
    margin-top: 0px;
    width: 70%;
    margin-left: 22px;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #efebeb;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 20px 14px 20px 20px;
    /* font-family: inherit; */
    font-size: 11px;
    color: #2c3e50;
}

.more-pages .silde-dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 10px 19px;
    color: #333333;
}

.more-pages .silde-dropdown-menu .dropdown-item:hover {
    color: #ff8a00;
    background-color: #f5f5f5;
}

.more-pages .silde-dropdown-menu .dropdown-item:hover span {
    color: #ff8a00;
}

.more-pages .silde-dropdown-menu .dropdown-item span {
    margin-right: 8px;
    color: #006181;
}

.sb-search-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #ff8a00;
    z-index: 90;
    font-size: 16px;
    border-radius: 3px;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.dropdown.desktop-toggle {
    margin-left: 15px;
}

form.example input[type="text"] {
    padding: 18px 10px;
    font-size: 18px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 4px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
}

form.example button {
    float: left;
    width: 20%;
    padding: 16px 10px;
    background: #ff8a00;
    color: white;
    font-size: 20px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

form.example button:hover {
    background: #5e6c95;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.search-block {
    width: 84%;
}

.desktop-toggle span {
    font-size: 30px;
    color: #004961;
}

.silde-dropdown-menu {
    position: absolute;
    right: 0;
    display: none;
    background-color: #fff;
    z-index: 2;
    border-radius: inherit !important;
    border: none;
    min-width: 240px;
    transform: translate3d(-205px, 45px, 0px) !important;
    box-shadow: 1.8px 1.8px 16px 0 rgb(0 0 0 / 30%);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ff8a00 !important;
    text-decoration: none;
    background-color: #efebeb !important;
}

.silde-dropdown-menu:before {
    right: 14px;
    top: -10px;
    position: absolute;
    content: "";
    z-index: 999;
    border-color: #ffffff transparent;
    border-width: 0 13px 10px;
    border-style: solid;
}

.dropdown.more-pages {
    margin-left: 12px;
}

.more-pages .dropdown-menu.show {
    display: block;
    z-index: 3;
    top: 11px !important;
}

a.site-logo {
    margin-top: 8px;
    display: block;
}

.desktop-toggle {
    cursor: pointer;
}

.dropdown.more-pages {
    display: block;
}

/* .dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #004961;
} */

.banner {
    width: 100%;
    float: left;
    position: relative;
    height: 750px;
    /* background: url(../img/banner-bg.png) no-repeat center; */
    background-position: 0 -107px;
    background-size: cover;
    margin-top: 140px;
}

.banner-content h1 {
    font-size: 53px;
    color: #004961;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-content h1 span {
    font-size: 45px;
    color: #ff8a00;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.banner-content p {
    font-size: 16px;
    /* color: #fff; */
    letter-spacing: 0.5px;
}

.banner .from-block {
    /* margin: 25px 64px; */
    position: absolute;
    z-index: 2;
    width: 100%;
}

.tox-tinymce {
    border-radius: 0.25rem !important;
}

.banner-content {
    margin-top: 35px;
}

a.btn-ask-question {
    width: 285px;
    height: 59px;
    background-color: #ff8a00;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    justify-content: center;
    border-radius: 4px;
    margin-right: 17px;
}

a.btn-ask-question:hover {
    border: 2px solid #fff;
    border: 2px solid #ff8a00;
    background: transparent;
    color: #ff8a00;
}

a.btn-get-free-q:hover {
    background-color: #ff8a00;
    border: none;
}

a.btn-get-free-q {
    width: 285px;
    height: 59px;
    background-color: transparent;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
}

.from-block h4 span {
    font-size: 24px;
    display: block;
    margin-top: 7px;
    color: #ff8a00;
}

/***sub-menu***/
/* .dropdown-submenu ul.dropdown-menu li {
    display: block;
} */
/* .dropdown-submenu:hover ul.dropdown-menu {
    display: block;
}  */
ul.dropdown-menu li {
    display: block !important;
}

.dropdown-submenu ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu ul.dropdown-menu {
    position: absolute;
    right: 0;
    left: 276px;
    top: 0 !important;
    min-width: 20rem;
}

.dropdown-menu>li>a:after {
    right: 0;
    top: 34px;
    transform: rotate(-90deg);
    margin-top: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -10rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    right: 0;
    top: 34px;
    margin-top: 10px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px;
    color: #000;
}

.dropdown-menu.show {
    display: block;
    top: 16px !important;
}

.from-block {
    /* background-image:linear-gradient(90deg,#006181a6,#ff8a00b8); */
    background-image: linear-gradient(90deg, #006181, #ff8a00c7);
    padding: 24px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 14px -4px #ccc;
    color: #fff;
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
}

.from-block h3 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

.browseStyling {
    color: dodgerblue;
}

.drop-file {
    border: 1px dashed #b9b8b3;
    text-align: center;
    padding: 15px 44px;
    color: #868484;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.drop-file span {
    margin-right: 10px;
    color: #1e90ff;
}

.drop-file p {
    margin-bottom: 0;
}

.btn-free-quote {
    background-color: #ff8a00;
    color: #fff;
    border: none;
    padding: 14px 20px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-free-quote:hover {
    background-color: #ea8133;
    color: #fff;
}

button.btn-free-quote:hover {
    background-color: #ea8133;
}

.trusted-university {
    width: 100%;
    float: left;
    margin-top: 250px;
}

.trusted-university button.slick-prev.slick-arrow {
    display: none !important;
}

.trusted-university button.slick-next.slick-arrow {
    display: none !important;
}

.tru-title h5 span {
    display: block;
    font-size: 12px;
    color: #ff8a00;
    font-weight: 500;
}

.tru-title {
    float: left;
    margin-right: 60px;
}

.tru-title h5 {
    color: #004961;
    font-weight: 600;
    letter-spacing: 0.5px;
}

section.our-eassy-process {
    float: left;
    width: 100%;
    /* background-color: #f4f8fb !important; */
    padding: 100px 0;
}

.title h2 {
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
}

.title p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.eassy-box {
    display: flex;
    padding: 20px;
    min-height: 198px;
}

.eassy-icon {
    margin-right: 20px;
    font-size: 28px;
    color: #ff8a00;
}

.eassy-content h3 {
    font-size: 20px;
    color: #004f69;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.eassy-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.orange-light {
    background-color: #feeee5;
}

.blue-light {
    background-color: #f5f0fe;
}

.pink-light {
    background-color: #fde8ef;
}

section.our-services {
    display: block;
    clear: both;
    padding-top: 50px;
    margin-bottom: 100px;
}

.reason-to-choose img {
    height: 60px;
}

.our-services .title {
    text-align: center;
}

.services-box {
    text-align: center;
    margin: 30px;
    box-shadow: 0px 0px 24px #e6ecff;
    min-height: 405px;
    padding: 30px 0px;
    border-bottom: 4px solid #006080;
    border-top: 4px solid #006080;
}

.services-icon {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv-content p {
    line-height: 24px;
    font-size: 15px;
    padding: 0 30px;
    color: #333333;
    letter-spacing: 0.5px;
}

section.what-codeavail {
    display: flex;
    position: relative;
    margin: 60px 0;
}

.distribute {
    width: 25%;
    background-color: #fff;
    box-shadow: 0px 0px 24px #e6ecff;
    overflow: hidden;
    margin: 63px -174px 63px 70px;
    float: left;
    padding: 28px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.codeavail-describe {
    background-color: #f4f8fa;
    width: 84%;
    float: right;
    position: relative;
    z-index: -1;
    padding: 3% 3% 2% 12%;
}

.codeavail-describe table {
    clear: both;
}

.distribute h2 {
    font-weight: 600;
    color: #004961;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.distribute .center {
    float: left;
    width: 100%;
    text-align: center;
}

.distribute p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    margin: 0px 0 0px;
    letter-spacing: 0.5px;
}

.distribute a.btn-free-quote {
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    width: auto;
    background-color: #ff8a00;
}

.distribute a.btn-free-quote:hover {
    color: #ffffff;
    background: #f37f28;
}

.codeavail-describe p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.codeavail-describe h2 {
    border-bottom: 1px solid #d7dbdd;
    padding-bottom: 12px;
    margin-bottom: 22px;
    color: #004961;
    font-weight: 600;
}

.codeavail-describe h5 {
    font-size: 20px;
    color: #004961;
    font-weight: 600;
}

.serv-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #004961;
}

.star-ratting span {
    color: #888787;
    font-size: 12px;
}

.fa-star:before {
    content: "\f005";
    color: #000 !important;
}

.star-ratting .yellow:before {
    color: #fdc20e !important;
}

.name-ratting-time span.date {
    font-size: 14px;
    white-space: nowrap;
}

.testimonail-silder h3 {
    font-size: 28px;
    font-weight: 700;
    color: #004961;
    margin-bottom: 0;
}

.testimonail-silder p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-left: 12px;
    padding-top: 12px;
    letter-spacing: 0.5px;
}

.testimonail-silder {
    padding: 30px 150px 30px 30px;
    position: relative;
}

.testimonail-silder .star-ratting {
    padding-left: 10px;
    margin-top: 3px;
    width: 100%;
}

#triangle-topleft {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 33px solid #e79c4a;
    border-right: 33px solid transparent;
    bottom: -21px;
    left: 0;
}

section.testimonail-get-free-contact {
    margin-bottom: 100px;
}

section.testimonail-get-free-contact h6 {
    font-size: 13px;
    padding: 12px 0 0 18px;
}

.get-free-quote {
    text-align: center;
    width: 581px;
    height: 588px;
    background: url(../img/get-free-bg.jpg) repeat;
    /* padding: 190px 28px 0; */
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 177px 50px;
}

.get-free-quote h2 {
    display: table-footer-group;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    float: left;
}

.get-free-quote h2 span {
    display: block;
    font-size: 28px;
    font-weight: 400;
}

.btn-contact {
    font-size: 16px;
    break-after: avoid;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 12px 36px;
    display: block;
    display: inline-block;
    background-color: #ff8a00;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    border: 2px solid transparent;
}

.email-subscribe input[type="email"] {
    padding: 12px 10px;
    border: none;
    margin: 0;
}

span.sub_class {
    position: absolute;
    left: 235px;
    background-color: #0ca735;
    padding: 0 5px;
    color: #fff !important;
}

span.sub_class p {
    padding: 0;
    margin: 0;
}

.email-subscribe {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 18px;
}

a.btn-contact:hover {
    border: 2px solid #ff8a00 !important;
    background: transparent !important;
    color: #ff8a00 !important;
}

.get-free-quote p {
    padding: 12px 90px;
}

.testimoial-block {
    margin-top: 90px;
}

.testimoial-block button.slick-prev.slick-arrow {
    display: none !important;
}

.testimoial-block button.slick-next.slick-arrow {
    display: none !important;
}

section.our-blog .title {
    text-align: center;
}

.blog-content h4 {
    font-size: 22px;
    color: #004961;
    font-weight: 600;
    line-height: 28px;
}

.testimonail-get-free-contact img {
    position: absolute;
    right: 19px;
    width: 25%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.blog-slide {
    margin: 50px;
    background-color: #fff;
}

.blog-content {
    padding: 5px 15px;
    min-height: 265px;
    position: relative;
    min-height: 325px;
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.5px;
    min-height: 220px;
}

.blog-content a.read-more {
    color: #ff5b09;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 0px;
    display: block;
    margin-top: 24px;
}

.blog-img {
    margin-bottom: 30px;
    /* height: 170px; */
    height: 250px;
}

.blog-img img {
    max-width: 100%;
}

.blog-slide {
    margin: 10px;
    min-height: 570px;
    padding-bottom: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 24px #e6ecff;
}

.our-blog .blog {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.blog button.slick-prev.slick-arrow {
    display: none !important;
}

.blog button.slick-next.slick-arrow {
    display: none !important;
}

.footer-page-link {
    float: left;
    width: 100%;
    float: left;
    width: 100%;
    background-color: #5c6a94;
    padding: 26px 0;
}

.page-link {
    background-color: transparent !important;
    padding: 0;
    border: none;
}

.page-link a {
    background-color: #546188;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    padding: 8px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

footer {
    clear: both;
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
    color: #fff;
    padding: 30px 0;
    padding-bottom: 70px;
}

.footer-col h3 {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #f3f6fa;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-col ul li {
    list-style: none;
    line-height: 38px;
    transition: 0.3s;
}

/* .footer-col ul li:hover {
    padding-left: 5px;
} */

.footer-col ul {
    padding-left: 0;
    margin: 0;
}

.footer-col ul li a {
    font-size: 16px;
    color: #f3f6fa;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 24px;
}

a.btn-h-charges {
    background-color: #e9f0f3;
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
    border-radius: 30px;
    margin-right: 4px;
    border: 1px solid #cccccc1a;
}

.security-payment {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

a.btn-money-back {
    font-size: 13px;
    color: #387715;
    background-color: #e5fdc3;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    letter-spacing: 0.5px;
}

.security-payment a span {
    margin-right: 4px;
}

a.btn-h-charges span {
    color: #ffd116 !important;
}

a.btn-money-back span {
    color: #8cc63b;
}

.security-payment p {
    font-size: 16px;
    color: #090909;
    line-height: 24px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}

.ored-now-review-info p {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 26px;
}

.ored-now-review-info {
    text-align: center;
    overflow: hidden;
    width: 300px;
    margin: 29px auto;
    padding: 30px 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px #cccccc2e;
}

.footer-col h6 {
    margin-top: 20px;
    color: #f3f6fa;
    letter-spacing: 0.5px;
}

ul.list-inline.social-icons-list {
    display: flex;
}

ul.social-icons-list li {
    margin-right: 12px;
}

ul.list-inline.social-icons-list li:hover {
    padding-left: 0;
}

.page-link a:hover {
    background-color: #ff8a00;
}

.footer-col ul li a:hover {
    color: #ff8a00;
}

.banner .col-md-4 {
    left: 66%;
}

.banner .col-md-8 {
    right: 33%;
}

/***servies-page****/

section.banner.services-page {
    background: none !important;
    height: auto;
}

.ser-right-block h1 {
    font-size: 32px;
    color: #004961;
    font-weight: 600;
    /* font-size: 32px; */
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.ser-right-block h2 {
    font-size: 26px;
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.img-left-content h2 {
    margin-top: 0;
}

.ser-right-block p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}

.qa-block a.read-more {
    font-size: 14px;
}

.ser-left-block .from-block {
    background-color: #fcfcfc;
    box-shadow: inherit !important;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    margin: 30px 0;
}

.ser-left-block {
    margin: 25px 64px;
}

.buy-now-block {
    /* box-shadow: inherit !important; */
    padding: 24px 46px;
    background: url(../img/buy-now-btn-bg.jpg) no-repeat;
    background-size: cover;
    /* padding: 10px; */
}

.expert-anwser a.btn-buy-now {
    display: inline-flex;
    padding: 14px 20px;
}

.expert-anwser {
    background: url(../img/expert-btn-bg.jpg) no-repeat center;
    width: 100%;
    display: flex;
    padding: 80px 0px;
    align-items: center;
    background-color: #ffffff;
    justify-content: center;
    margin-top: 20px;
    height: 326px;
}

.buy-now-block .star-ratting {
    text-align: right;
    margin-bottom: 9px;
}

a.btn-buy-now span {
    margin: 0 12px;
}

a.btn-buy-now {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff8a00;
    padding: 14px 0px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

a.btn-buy-now:hover {
    background-color: #f77f24;
}

.img-cotent {
    display: flex;
    width: 100%;
    margin-top: 36px;
}

.content-img {
    margin-left: 48px;
}

.tab-block {
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    width: 100%;
    float: left;
    margin: 40px 0px;
}

.tab-block ul li a span {
    color: #5d5a5a;
    margin-right: 7px;
}

.tab-block ul li a {
    padding: 14px 20px;
    color: #000;
    display: block;
}

span.box-icon {
    color: #006181;
    border: 1px solid #ccc;
    width: 60px;
    font-size: 24px;
    height: 60px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.plagiarism-check-block .dr-section .drop_text p {
    color: #333333 !important;
}

.plagiarism-check-block .drop_lower {
    padding-bottom: 0px;
}

section.our-eassy-process.Academic.Help-help .title {
    text-align: center;
}

.box {
    text-align: center;
    padding: 20px 10px;
    width: 33%;
}

.box-block {
    display: flex;
    margin-top: 20px;
    clear: both;
}

.box h5 {
    margin-top: 22px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #004b64;
}

.tab-block ul.nav.nav-tabs li a.active {
    border-top: 2px solid #ff8a00;
    border-bottom: none;
}

.tab-block ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
}

.tab-block ul.nav.nav-tabs li.active {
    border-bottom: none;
}

.ser-right-block h5 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 0.5px;
    color: #006181;
}

.ser-right-block ul li {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 12px;
}

.ser-right-block ul li span {
    display: inline-block;
    margin-right: 10px;
    color: #757070;
    font-size: 11px;
}

.ser-right-block ol li {
    line-height: 26px;
    margin-bottom: 8px;
}

a.btn-get-free-assignment {
    background-color: #ff8a00;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    float: left;
    text-align: center;
    margin: 18px 0 30px 0;
}

a.btn-get-free-assignment:hover {
    background-color: #ea8133;
}

.sidebar-review-block {
    background-color: #fff;
    box-shadow: inherit !important;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    padding: 24px 15px;
    margin-bottom: 30px;
}

.sidebar-review-block.sub-riview {
    background-color: transparent;
    border: none;
}

.ser-left-block.space-remove {
    margin: 25px 6px;
}

.sidebar-title h3 {
    font-weight: 600;
    color: #354462;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.name-ratting-time h5 span {
    font-size: 10px;
    color: #333333;
    background-color: #ffdece;
    padding: 4px 14px;
    font-weight: 400;
    display: table;
    margin-bottom: 8px;
}

.name-ratting-time {
    /* display: flex; */
    align-items: flex-end;
    justify-content: space-between;
}

.name-ratting-time h5 {
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.client-name-state {
    /* display: flex; */
    width: 100%;
    /* justify-content: space-between; */
    float: left;
}

.client-review p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    letter-spacing: 0.5px;
    margin: 10px 0 30px 0;
}

.client-review p span {
    display: block;
}

.client-name-state h6 {
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.client-name-state h6 span.orange {
    color: #ff5b09;
}

.client-name-state span.sate {
    font-size: 12px;
    color: #4b4b4b;
    letter-spacing: 0.5px;
    font-style: italic;
    float: left;
    margin-right: 10px;
    width: 38px;
}

.star-ratting {
    font-size: 14px;
    float: left;
    /* width: 60%; */
}

.client-name-state .star-ratting {
    float: right;
}

.expert-content p {
    width: 60%;
    float: left;
}

.btn-read-more-review {
    display: block;
    margin-top: 34px;
}

.client-review {
    display: block;
    margin: 25px 0 0 0;
    overflow: hidden;
    border-bottom: 1px solid #cccccc73;
    padding-bottom: 25px;
}

.img-left-content h3 {
    margin-top: 0;
}

.sidebar-page-link ul {
    padding-left: 0;
}

.sidebar-page-link ul li {
    list-style: none;
    transition: 0.3s;
}

.sidebar-page-link ul li:hover {
    padding-left: 5px;
}

.sidebar-page-link {
    background-color: #fff;
    box-shadow: inherit !important;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    padding: 24px 15px;
}

.sidebar-page-link ul li span {
    margin-right: 10px;
    line-height: 40px;
    font-size: 10px;
}

.sidebar-page-link ul li a {
    font-size: 14px;
    color: #007bff;
    letter-spacing: 0.5px;
}

.banner-content.qa-banner h1 {
    font-size: 60px;
}

.banner-content.qa-banner h1 {
    font-size: 60px;
}

section.banner.QA-page {
    height: auto;
    margin-bottom: 50px;
}

.ser-left-block h3 {
    font-size: 24px;
    font-weight: 600;
}

.ser-left-block h3 span {
    font-size: 12px;
    display: block;
    text-transform: capitalize;
}

/******login****/
.bg {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    float: left;
    background-color: #cccccc2e;
}

.outer-block {
    width: 60%;
    margin: 0px auto;
    border-radius: 4px;
    padding: 20px;
}

.inner-block {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 14px -4px #ccc;
}

.inner-block h3 {
    color: #fff;
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
}

.inner-block .form-group label {
    color: #fff;
}

.outer-block p {
    text-align: center;
    margin-top: 26px;
}

.inner-block {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 14px -4px #ccc;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

.inner-block .form-group label {
    color: #1d1d1d;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.inner-block a {
    margin-bottom: 0;
    display: inline-block;
    color: #ff8a00;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

button.btn.btn-sign:hover {
    color: #fff;
}

.outer-block p a {
    color: #ff8a00;
    font-weight: 600;
}

.logo-center {
    text-align: center;
}

.Experts-member {
    overflow: hidden;
    margin: 26px 0px;
    border-bottom: 1px solid #cccccc7a;
    padding-bottom: 24px;
}

.member-img {
    float: left;
    width: 121px;
    height: 121px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 18px;
    border: 2px solid #f2f2f2;
}

.member-img img {
    max-width: 100%;
}

.expert-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #004961;
    letter-spacing: 0.5px;
}

.expert-content h5 span {
    display: block;
    font-size: 13px;
    color: #818282;
}

/***q-a-page****/
.qa-lang-ratting {
    position: relative;
    display: flex;
    margin-top: 26px;
    align-items: center;
    justify-content: space-between;
}

.qa-lang-ratting h6 {
    font-size: 14px;
    display: inline-block;
    background: #fbf0f3;
    padding: 4px 10px;
    padding: 7px 12px;
    background: #ffe799;
    color: #593d00;
    font-weight: 400;
}

.q-a-page h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    /* border-bottom: 1px solid #e2e2e2; */
    letter-spacing: 0.5px;
    padding-bottom: 7px;
    color: #006181;
}

.qa-block {
    clear: both;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc75;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.our-expert {
    background-color: #fff;
    box-shadow: inherit !important;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    padding: 24px 15px;
}

.expert-content .star-ratting {
    font-size: 13px;
    color: #818282;
}

.expert-content a.read-more {
    margin-top: 14px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background-color: #ff8a00;
    padding: 5px 10px;
    border-radius: 3px;
}

.expert-content a.read-more:hover {
    background-color: #004961;
    color: #fff;
}

.pagination-block {
    width: 100%;
    text-align: right;
    float: right;
}

ul.pagination {
    float: right;
    border-radius: inherit;
    /* background-color: #e9e9e9; */
    /* justify-content: flex-end; */
    display: flex;
    margin-bottom: 0;
    border: 1px solid #cccccc6b;
}

ul.pagination li {
    margin-bottom: 0;
}

ul.pagination li a {
    color: #000;
    padding: 10px 20px;
}

ul.pagination li.active {
    background-color: #ff8a00;
}

/***single-splution****/

.marks {
    color: #ff8a00 !important;
}

.instruction-file h6 span {
    margin-right: 10px;
    font-size: 15px;
    color: #ff8a00;
}

.instruction-file h6 {
    font-size: 13px;
}

h6.anwser {
    color: #2bb518;
    margin: 20px 0px;
}

.qa-block strong {
    font-weight: 500;
    margin-top: 11px;
    display: block;
    letter-spacing: 0.5px;
}

.payment-block .form-group label {
    text-align: left !important;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

.instruction-file {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px dotted #424242;
    margin-bottom: 0;
}

.divider {
    width: 100%;
    float: left;
    margin: 36px 0 30px 0;
    border: 1px dotted #424242;
}

h2.c-green {
    color: #2bb518;
}

.riview-pagination {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

/****payment****/

.inner-block.payment-block {
    width: 100%;
    text-align: center;
}

.inner-block p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #656565;
    margin-bottom: 50px;
}

.atm-card {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 20px;
}

.payment-block .inner-block {
    width: 100%;
    overflow: hidden;
}

.left-make-payment-block h3 {
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px dotted #5d6b94;
    padding-top: 20px;
}

.left-make-payment-block {
    width: 50%;
    float: left;
    text-align: center;
}

.left-make-payment-block p {
    margin-bottom: 10px;
}

.left-make-payment-block a {
    margin-bottom: 40px;
}

.form-group h6 {
    font-size: 15px;
    margin-bottom: 14px;
}

.right-block-offer {
    background-color: #f5f0fe;
    float: right;
    width: 40%;
    min-height: 507px;
    padding-top: 20px;
    margin-left: 20px;
}

.right-block-offer ul li {
    list-style: none;
    margin-bottom: 26px;
    font-size: 14px;
    padding-bottom: 26px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    padding-right: 20px;
    letter-spacing: 0.5px;
}

.right-block-offer ul {
    padding-left: 0;
}

.right-block-offer h3 {
    color: #fff;
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d1d1d1;
}

.left-make-payment-block p {
    text-align: left;
}

/****plagiarism-check*****/

.how-it-work h3 {
    text-align: left;
}

.plagiarism-check-block .drop-file p {
    margin: 0;
}

.right-block-offer.how-it-work {
    background-color: transparent;
}

.how-it-work .box-block {
    display: inherit;
}

.how-it-work .box {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 9px;
}

.left-make-payment-block button.btn.btn-payment {
    padding: 0;
}

.how-it-work .box span.box-icon {
    margin: inherit;
    float: left;
    margin-right: 15px;
    width: auto;
    height: auto;
    border: none;
    border-radius: inherit;
}

.how-it-work .box h5 {
    margin: 0;
    text-align: left;
}

.how-it-work .box p {
    margin-bottom: 0;
    text-align: left;
}

.how-it-work .box p a {
    margin: 0 0 0 57px;
    text-align: left;
}

.how-it-work .box a.read-more {
    margin-top: 0;
    text-align: left;
    padding-left: 36px;
}

/****contact*****/

.subscribe-mail {
    clear: both;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.subscribe-mail h1 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 50%;
    float: left;
    line-height: 34px;
}

.sub-email {
    width: 46%;
    float: right;
}

.sub-email input[type="email"] {
    padding: 10px;
    width: 72%;
    border-radius: 3px;
    border: 1px solid #ccccccab;
}

.sub-email button.subscribe-btn {
    background-color: #ff8a00;
    color: #fff;
    padding: 10px 26px;
    border-radius: 3px;
    border: none;
}

.left-contact-block h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #004961;
}

.skill-box h4 {
    color: #004961;
}

.grantee h1 {
    color: #004961;
}

.phone {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.addres-block span {
    color: #ff8a00;
    font-size: 30px;
    margin-right: 29px;
}

.addres-block h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.con-content a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

.email-phone {
    display: flex;
    margin-bottom: 50px;
}

.social {
    display: flex;
    flex-wrap: wrap;
}

.left-contact-block .btn-free-quote {
    display: inline-block;
    width: auto;
    padding: 14px 42px;
    background-color: transparent;
    color: #ff8a00;
    font-size: 14px;
    border: 1px solid #ff8a00;
    font-weight: 600;
}

.left-contact-block .btn-free-quote:hover {
    color: #fff !important;
}

.addres-block {
    margin-top: 84px;
}

.addres-block {
    margin-top: 84px;
}

.social-icon a {
    margin-right: 12px;
}

.static-page-title {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.static-page-title h1 {
    /* font-family: Overpass,sans-serif; */
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    color: #29314a;
}

.faq-heading span {
    font-size: 60px;
    color: #05cab6;
}

.static-page-title span {
    font-size: 50px;
    color: #ff8a00;
}

.static-page p {
    line-height: 26px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

/*****loading-pict****/

.loading {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    z-index: 1051;
}

.loading-pict {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/****review***/
.name-flag {
    float: left;
    margin-left: 0px;
    width: 50%;
}

.name-flag span {
    margin-right: 6px;
    float: left;
}

.review h5 {
    margin-bottom: 0;
}

.review {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.review h5 {
    margin-bottom: 0;
    margin-top: 7px;
    white-space: nowrap;
}

.subject-flag h5 {
    margin-top: 0;
}

.review-date {
    position: absolute;
    right: 0px;
    top: 26px;
    font-size: 14px;
}

.review {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid #cccccc78;
    padding: 20px;
}

.rev-client-pict span {
    font-size: 30px;
    float: left;
    color: #68696b;
    margin-right: 20px;
}

.re-title-ratting-date {
    position: relative;
    display: flex;
    align-items: center;
}

.re-title-ratting-date .star-ratting {
    width: 100%;
    text-align: right;
}

.review p {
    margin-top: 25px;
}

.subject-flag {
    display: inherit;
}

.name-flag h6 {
    margin-bottom: 0;
}

.ser-right-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.riview-info span.box-icon {
    display: inherit;
    float: left;
    width: 80px;
    border: none;
    height: 80px;
    margin-right: 16px;
}

.riview-info span.box-icon img {
    max-width: 100%;
}

.riview-info .box h5 {
    margin: 0 0 0 0px;
    text-align: left;
    font-size: 26px;
}

.riview-info .box p {
    margin: 0 0 0 0px;
    text-align: left;
    font-size: 18px;
}

.tru-review {
    width: 400px;
    margin: 0 auto;
}

.review-trustworthy {
    clear: both;
}

.review-trustworthy h2 {
    text-align: center;
    color: #004961;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.riview-list ul {
    padding-left: 0;
}

.riview-list ul li {
    list-style: disc;
    line-height: 40px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.riview-list a.btn-free-quote {
    display: inline-block;
    width: auto;
    padding: 14px 20px;
    margin-top: 20px;
}

.riview-list a.btn-free-quote:hover {
    color: #fff;
}

.review-trustworthy {
    clear: both;
    float: left;
    width: 100%;
    margin: 40px 0px;
    padding-bottom: 38px;
}

.riview-info h2 {
    text-align: center;
    margin-top: 1rem;
}

.riview-info {
    margin-top: 50px;
    clear: both;
    width: 100%;
    margin-bottom: 50px;
    float: left;
}

.order-summary-topbar a {
    color: #000;
    letter-spacing: 0.5px;
}

.order-summary-topbar a span {
    margin-right: 10px;
    color: #ff9a4f;
}

.order-summary-table {
    justify-content: space-between;
    margin-top: 28px;
    background-color: #fff;
    padding: 20px;
    min-height: 550px;
    overflow: hidden;
}

/***multiple-attachment***/

ul.attachment-file-list {
    padding-left: 0;
}

ul.attachment-file-list li {
    list-style: none;
    line-height: 28px;
    font-size: 14px;
}

.table-title {
    display: flex;
    justify-content: space-between;
}

.riview-info p {
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
}

.acadimic-solution-container {
    background: #fff;
    border: none;
    border-bottom: none;
    padding-top: 6px;
    /* height: 290px; */
    padding-bottom: 28px;
    margin-top: 28px;
    padding-left: 11px;
    border-radius: 3px 3px 0 0;
}

.acadimic-solution-container h3 {
    text-transform: capitalize;
    padding: 0;
    font-weight: 400;
    color: #dd6e02;
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
}

.acadimic-solution-container h3 span {
    color: #373737;
    display: block;
}

.amazing-features-container .heading h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #004961;
    padding: 12px 0;
    width: 100%;
    display: block;
    text-align: center;
    /* margin: 0px auto; */
}

.acadimic-solution-container .__icon-container span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.acadimic-solution-container .__icon-container span+span {
    font-size: 11px;
    padding: 0;
}

.amazing-features-container .feature {
    border: 1px solid #ccc;
    color: #fff;
    padding: 6px 0 2px;
    font-size: 13px;
    text-align: center;
    width: 42%;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;
}

.amazing-features-container .feature span {
    padding-bottom: 5px;
    display: block;
}

.amazing-features-container {
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
    border: 1px solid #004961;
    border-top: none;
    text-align: center;
}

/*******order-summary*****/

.order-summary-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.email-id {
    margin-left: 20px;
}

.table-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.table-title h5 {
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0.5px;
}

.dyanmic-orderid h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.order-summary-table .table {
    line-height: 52px;
    margin-top: 30px;
}

a.btn-tokon {
    background-color: #2bb518;
    color: #fff;
    padding: 15px 30px;
    margin-right: 5px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

a.btn-tokon:hover {
    background-color: #32ca1d;
}

a.btn-tokon span {
    margin-right: 6px;
}

a.btn-chat-expert {
    background-color: #ff8a00;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

a.btn-chat-expert:hover {
    background-color: #f77c1f;
}

a.btn-chat-expert span {
    margin-right: 6px;
}

.table-btn-group {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.table-btn-group a {
    display: inline-block;
}

.footer-bottom-logo {
    width: 100%;
    text-align: center;
    float: left;
    margin: 80px 0px 0 0;
}

.footer-bottom-logo p {
    letter-spacing: 0.5px;
    margin-top: 12px;
    line-height: 28px;
    font-size: 14px;
}

.button-container a {
    color: #ffffff;
    display: block;
    margin-top: 20px;
    width: 92%;
    padding: 10px 0px;
    background-color: #ff8a00;
    /* border: 1px solid #fff; */
    margin: 10px 24px 0 16px;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.button-container a:hover {
    background-color: #f77c1f;
}

.footer-page-link .container-fluid {
    padding: 0 15px !important;
}

.bgx {
    padding: 0px 0px;
    float: left;
    background-color: #f4f8fb !important;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
}

tr.bg-light-blue {
    background-color: #f9fafc;
}

/***submit-work**/
.submit-work .from-block {
    margin: 0px 0px;
    background-color: white !important;

    background-color: #fff;
    box-shadow: 0px 0px 24px #e6ecff !important;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
}

.sidebar-review-block.space-remove {
    margin: 25px 0px !important;
    background-color: transparent;
    border: none;
}

.submit-work .from-block h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.submit-work .from-block h4 span {
    margin-right: 12px;
    color: #ff9443;
    font-size: 24px;
}

.submit-work .from-block p {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #9e9595;
    /* border-bottom: 1px solid #ccc; */
}

.sub-riview .sidebar-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-riview .sidebar-title h3 span {
    margin-right: 11px;
    font-size: 20px;
    color: #ff8a00;
}

.submit-work {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.staic-page.sub-page {
    margin-top: 0px;
}

.staic-page {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.how-it-work-block {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.how-it-work-block .title {
    text-align: center;
}

.assignment-help {
    clear: both;
    float: left;
    margin: 0px 0px;
    width: 100%;
}

.assignment-help .title {
    text-align: center;
}

.assignment-help .eassy-content h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #004f69;
}

.assignment-help .eassy-box {
    align-items: inherit;
}

.assignment-help .eassy-icon span {
    font-size: 22px;
    color: #1e90ff;
    font-weight: 600;
    width: 50px;
    float: left;
    text-align: center;
}

section.free-feature {
    clear: both;
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.free-feature .title {
    text-align: center;
    margin-bottom: 30px;
}

.Features-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-box {
    display: inline-block;
    vertical-align: bottom;
    width: 168px;
    margin: 0 7px;
    padding: 20px 6px 20px;
    position: relative;
    border: 1px solid #e2e2e2;
}

.feature-box:last-child {
    margin-right: 0;
}

.feature-box h4 {
    font-weight: 00;
    font-size: 17px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
    color: #006181;
    font-weight: 400;
    margin-bottom: 10px;
    height: 40px;
}

.feature-box a {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff8a00;
    text-align: center;
    width: 100%;
}

.feature-box span {
    color: #9eaec7;
    width: 100%;
    color: #9eadbc;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1px;
    text-align: center;
}

.head-btn-block {
    width: 100%;
    text-align: center;
    padding: 22px 0 27px 0;
}

.head-btn-block a.btn-free-quote {
    padding: 14px 40px;
    margin-top: 12px;
    display: inline-block;
    width: 28%;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.head-btn-block a.btn-free-quote:hover {
    color: #fff;
}

.head-btn-block {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.head-btn-block h2 {
    font-size: 30px;
    font-weight: 700;
    color: #006181;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.head-btn-block h3 span.marks {
    text-transform: uppercase;
}

.feature-box span strong {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    color: #006181;
    font-weight: 500;
    font-size: 20px;
}

.feature-box span strong:before {
    background: url(../img/strike.png) center center no-repeat;
    background-size: 73px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 73px;
    height: 6px;
    margin: -3px 0 0 0;
}

.head-btn-block h3 {
    color: #006181;
    font-weight: 700;
    font-size: 26px;
}

.head-btn-block h3 strong {
    position: relative;
}

.head-btn-block h3 strong:before {
    background: url(../img/strike.png) center center no-repeat;
    background-size: 73px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 73px;
    height: 6px;
    margin: -3px 0 0 0;
}

section.back-color-remove {
    background-color: transparent !important;
}

/***invalid request****/

.request-content .icon {
    color: #ff0909;
    font-size: 40px;
    margin-bottom: 26px;
}

.request-content a {
    background-color: #5c6a94;
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 30px;
}

.invail-pict img {
    max-width: 100%;
}

.request-content p {
    font-size: 24px;
    color: #272626;
}

.request-content {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.request-content a.btn-homepage {
    line-height: 44px;
    margin-top: 25px;
}

/***404*****/
.bgc {
    clear: both;
    padding: 70px 0px;
}

.error-pict {
    text-align: center;
}

a.btn-homepage {
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    background-color: #d15b2d;
    width: 250px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
}

.error-page {
    text-align: center;
}

/***refer-earn***/

.refer-banner {
    background-color: #004961;
    text-align: center;
    padding: 46px 0px;
    /* border-radius: 20px; */
    float: left;
    border-bottom-right-radius: 0px;
    width: 100%;
    margin-top: 115px;
}

a.btn-resiter-earing {
    /* background-color: #004961; */
    color: #ff8a00;
    font-weight: 600;
    padding: 14px 20px;
    display: inline-block;
    margin-top: 50px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 2px solid #ff8a00;
}

a.btn-resiter-earing:hover {
    background-color: #ff8a00;
    color: #fff;
}

.refer-banner h5 {
    color: #fff;
    letter-spacing: 0.5px;
}

.refer-banner h1 {
    color: #ff8a00 !important;
    letter-spacing: 0.5px;
}

.How-it-works .title {
    text-align: center;
    margin-bottom: 30px;
}

.How-it-works .title h2 {
    color: #004961;
    letter-spacing: 0.5px;
}

.title h2 span {
    font-size: 16px;
    display: block;
    color: #949191;
    letter-spacing: 0.5px;
}

.work-boxs {
    text-align: center;
}

.How-it-works .title {
    text-align: center;
    margin-bottom: 50px;
    /* float: left; */
    width: 100%;
}

.work-content {
    padding: 0 10px;
}

.How-it-works {
    width: 100%;
    clear: both;
    padding: 40px 0px;
}

.work-content h4 {
    color: #004961;
    letter-spacing: 0.5px;
}

.sb-search {
    position: relative;
    margin-top: 0px;
    width: 322px;
    margin-left: 22px;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #efebeb;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 20px 14px 20px 10px;
    /* font-family: inherit; */
    font-size: 11px;
    color: #2c3e50;
}

.sb-icon-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.sb-icon-search {
    color: #fff;
    background: #ff8a00;
    z-index: 90;
    font-size: 16px;
    position: absolute;
    border-radius: 3px;
    right: 0;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-block .work-icon {
    float: left;
    width: 50px;
}

.work-icon img {
    max-width: 100%;
}

.advantage-block .work-content {
    text-align: left;
}

.video-left-block h2 {
    color: #000;
    letter-spacing: 0.5px;
}

.video-left-block p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.advantage-block .work-boxs {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #cccccc73;
    padding: 20px;
    min-height: 190px;
}

.work-icon {
    margin-bottom: 30px;
}

.advantage-block h2 {
    color: #000;
    letter-spacing: 0.5px;
    text-align: center;
}

.advantage-block p {
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 30px;
}

.advantage-block .work-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.advantage-block .work-content h3 {
    color: #676a6d;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.advantage-block .work-content {
    text-align: left;
    padding: 0 7px 0 80px;
}

.frame-bg {
    background: url(../img/vido-frame.png) no-repeat center;
    height: 637px;
    text-align: center;
    background-size: contain;
}

.ready-cash {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    color: #fff;
    background-color: #ff8a00;
    margin-top: 60px;
}

.ready-cash h2 {
    letter-spacing: 0.5px;
}

a.btn-start-earning {
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: 0.5px;
}

.video-left-block iframe {
    width: 720px;
    height: 451px;
    margin: 0 auto !important;
    margin-top: 70px !important;
}

/***expert**/

.refer-banner p {
    color: #fff;
    text-align: left;
}

.expert-page h1 {
    text-align: left;
    margin-bottom: 20px;
}

.expert-leftcontent {
    margin-top: 60px;
    text-align: left;
}

.expert-page .refer-banner {
    padding: 0;
}

.reviews-rat span {
    width: 40px;
    margin-right: 17px;
    display: inline-block;
}

.reviews-rat h4 {
    margin-bottom: 0;
    text-align: center;
    color: #004f69;
}

.brand-review {
    clear: both;
    width: 100%;
    padding: 28px 0px;
}

.expert-box {
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 18px;
    box-shadow: 0px 0px 24px #d7dff6;
}

.expt-pict {
    float: left;
    width: 90px;
    height: 96px;
    display: flex;
    margin-right: 15px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.expt-pict img {
    max-width: 100%;
}

.expert-box h5 {
    color: #fff;
    letter-spacing: 0.5px;
}

.expert-box h5 {
    color: #fff;
    font-size: 24px;
}

.expert-box h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.exper-info {
    float: left;
    width: 100%;
    color: #202020;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.exper-info ul {
    padding-left: 0;
}

.exper-info ul li {
    list-style: none;
    text-align: left;
}

.exper-info ul li span {
    margin-right: 12px;
}

.exper-info .star-ratting span {
    margin-right: 0;
}

.exper-info .star-ratting {
    float: left;
    margin-right: 0px;
}

.expt-pict img {
    border-radius: 3px;
}

.exper-info ul li {
    list-style: none;
    font-size: 12px;
    line-height: 28px;
    padding-left: 15px;
}

.exper-info ul li:nth-child(2) {
    margin-right: 0;
}

.exper-info ul li:nth-child(4) {
    margin-right: 0;
}

.exper-info ul li span {
    margin-right: 12px;
    float: left;
}

.exper-info ul {
    padding-left: 0;
    float: left;
    width: 49%;
}

.exper-info ul:nth-child(2) {
    text-align: right;
}

ul.secons-list {
    display: inline-grid;
    align-items: center;
    justify-content: center;
}

a.hire-w {
    background-color: #ff8a00;
    padding: 10px 20px;
    display: table;
    margin: 10px auto;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    margin: 5px auto;
    text-align: center;
}

.expert-box h5 a {
    cursor: pointer;
    color: #004f69;
}

.expert-listing {
    clear: both;
    float: left;
    width: 100%;
    margin: 40px 0px;
}

a.show-more {
    display: inline-block;
    background-color: #5c6a94;
    display: block;
    margin: 23px auto;
    width: 130px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
}

.writer-rate__number {
    color: #00466f;
}

.writer-rate__progress {
    display: block;
    grid-area: progress;
    width: 142px;
    max-width: 100%;
    height: 3px;
    position: relative;
    background-color: #23b73c;
}

.writer-rate__progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.writer-public-profile {
    float: left;
    margin-right: 30px;
    width: 120px;
}

.writer-public-profile img {
    border-radius: 3px;
}

.reviw-user-deatil {
    float: right;
    width: 85%;
}

.reviw-user-deatil h6 {
    font-size: 13px;
}

.reviw-user-deatil h6 span {
    margin-left: 4px;
    color: #23b73c;
    font-size: 13px;
}

.writer-rate__number {
    color: #23b73c;
    font-size: 24px;
}

.writer-achievements {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.writer-achievements__list-item {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    color: #7f7f7f;
}

.writer-achievements__number {
    display: block;
    font-size: 20px;
    line-height: 1.2;
}

ul.writer-achievements__list li {
    display: inline-block;
    width: 24%;
}

ul.writer-achievements__list {
    margin-bottom: 0;
}

.review-description {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.review-description h3 {
    font-weight: 400;
    font-size: 24px;
}

.writer-achievements {
    width: 100%;
    float: left;
    margin-top: 13px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
    border-bottom: 1px solid #ccc;
}

.review-description p a {
    color: #ff8a00;
}

.wiriter-skill {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.wiriter-skill .exper-info ul li {
    color: #000000;
}

.wiriter-skill .exper-info ul li span {
    color: #000000;
}

.writer-profile-info-short {
    display: flex;
}

.writer-profile-info-card {
    background-color: #fcfcfc;
    box-shadow: inherit !important;
    border: 1px solid #e9e9e9;
    padding: 24px 40px;
    border-radius: 4px;
    margin-top: 20px;
    border-bottom: 3px solid #e9e9e9;
}

span.shield {
    float: right;
    color: #23b73c;
}

.writer-list {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.writer-list ul li {
    list-style: none;
    font-size: 14px;
}

.writer-list ul li span {
    margin-right: 10px;
    color: #ccc;
    font-size: 13px;
}

.writer-list ul {
    padding-left: 0;
}

.writer-list ul li {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.footer-page-link .page-link {
    border: none !important;
}

/**submit-from-flag****/
.intl-tel-input {
    width: 100%;
}

.droped_data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr-section .drop_text p {
    color: #838588;
    font-size: 14px !important;
}

.dr-section .drop_img {
    text-align: center;
    font-size: 14px !important;
    color: #1e90ff !important;
    width: auto !important;
}

.dr-section .drop_upper {
    border: 1px dashed #b9b8b3 !important;
    text-align: center;
    width: 100%;
}

.drop_lower {
    overflow: hidden;
}

.dr-section .drop_lower .upload_file_row {
    padding-top: 0px;
    border: 1px solid #ccc;
    margin: 10px;
    width: 94%;
    position: relative;
}

.dr-section .cross {
    background: #ff8a00;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    margin: 0px 0 0 0 !important;
    position: absolute;
    right: -6px;
    width: 20px;
    top: -3px;
    height: 20px;
}

.dr-section .dr-file-name {
    padding: 0px 0 6px 4px !important;
    overflow: hidden;
}

a.btn-login {
    margin-left: 12px;
    border: 1px solid #32526e;
    padding: 8px 15px;
    color: #32526e;
    border-radius: 4px;
}

a.btn-login:hover {
    border: 1px solid #ff8a00 !important;
    color: #ff8a00 !important;
}

.order-summary-table ul {
    padding-left: 0;
}

.order-summary-table ul li {
    list-style: none;
    line-height: 32px;
}

.order-summary-table ul li a span {
    padding-right: 10px;
}

.plagiarism-check-block .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 5px;
}

.ser-left-block .from-block {
    margin: 25px 0px;
    position: inherit;
    left: 0;
    z-index: 2;
    width: auto;
}

.slick-prev {
    background-size: 50% !important;
}

.slick-next {
    background-size: 50% !important;
}

/***payment***/
.payment-deatil {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 0px 8px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.payment-deatil {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 0px 8px 0;
}

.payment-deatil h5 {
    background-color: #5d6b94;
    margin: 0 0 20px 0;
    padding: 10px 0px;
    color: #fff;
}

.payment-deatil p {
    text-align: center !important;
    font-size: 16px;
}

.payment-deatil h6 {
    color: #ff8a00;
}

.table-of-content h6 {
    letter-spacing: 0.5px;
}

.table-of-content ul {
    border: 1px solid #ccc;
    padding: 20px;
}

.table-of-content ul li {
    list-style: square;
    color: #006181;
    margin-left: 10px;
}

.table-of-content ul li a {
    color: #007bff;
    letter-spacing: 0.5px;
}

.intl-tel-input .country-list .divider {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #ccc !important;
}

.left-make-payment-block p .pay-amount {
    color: green;
    font-size: 16px;
    font-weight: 700;
}

.iti-flag.bg {
    height: 12px;
    padding: 0 0;
    background-position: -482px 0;
}

.name-flag span {
    margin-right: 7px;
}

/* .QA-page .col-md-4 {
    left: 0;
}
.QA-page .col-md-8 {
    right: 0;
} */

section.services-page.QA-page {
    float: left;
    width: 100%;
    margin-top: 135px;
}

.ser-left-block a.btn-buy-now {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    color: #fff;
    background-color: #ff8a00;
    padding: 14px 0px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    display: inline-block;
}

span.view-count {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: red;
    font-weight: 600;
    background: #ffe799;
    color: #593d00;
    font-weight: 600;
    padding: 8px 10px;
    width: 50%;
    margin: 0 auto;
    margin-top: 12px;
    font-weight: 700;
}

p.note {
    font-size: 10px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/* .accordion:after {
    content: '\002B';
    color: #ff8a00;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  } */

/*   
  .active:after {
    content: "\2212";
  } */
.accordion .card-header.collapsed:after {
    content: "\f107";
    color: #ff8a00;
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

.accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f106";
    float: right;
    color: #ff8a00;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

.faq-block .accordion {
    background-color: transparent;
    padding: 0;
}

.faq-block a.card-title {
    color: #000;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.atm-card img {
    max-width: 100%;
}

.student-grade-block {
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    width: 100%;
}

.right-block-survey {
    width: 100%;
    padding-top: 16px;
    position: relative;
}

div#surveyModal .modal-footer {
    justify-content: space-between;
    height: 56px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sucess-msg {
    padding: 0px 0px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
}

.sucess-msg p {
    /* border: 1px solid #ccc; */
    background-color: #daf3c8;
    font-size: 14px;
    font-weight: 600;
    color: #0e980c;
    line-height: 24px;
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 0;
}

a.btn-live-chat {
    display: inline-block;
    background-color: #e3342f;
    color: #ffff;

    padding: 10px 15px;
    border-radius: 3px;
}

.submit_survey {
    background-color: #006181;
    color: #ffff;
    padding: 7px 29px;
    border-radius: 3px;
    float: right;
    margin-right: 25px;
    margin-top: -68px;
    border: none;
}

.checked {
    background-color: #006181;
    color: #fff !important;
    display: block;
}

/* .livc-box:hover {
    background-color: #006181;
    color: #fff !important;
} */
.multipletype-quest {
    margin-bottom: 30px;
}

.descriptions {
    padding: 0px 40px !important;
    width: 100%;
}

.inner-blockf.did-know-slider {
    padding-top: 10px;
}

.multipletype-quest h1 {
    color: #006181;
    font-size: 2.2rem;
    margin-bottom: 28px;
}

.student-grade-block h4 {
    color: #000 !important;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px;
}

.university-logo button.slick-prev.slick-arrow {
    display: none !important;
}

.university-logo .slick-next {
    position: absolute;
    top: inherit;
    color: #fff;
    background: url(../img/right-arrow.png) no-repeat;
    padding: 10px !important;
    width: 10px;
    height: 44px;
    position: 99;
    right: -2px !important;
    bottom: -49px !important;
}

.option-type {
    display: flex;
}

.grade-point {
    margin: 4px 8px 8px 0;
    /* font-weight: 700; */
    position: relative;
}

/* .grade-point input[type=radio] {
    display: none;
} */
div#surveyModal .btn-close {
    position: absolute;
    top: -14px;
    right: -7px;
    padding: 0;
    border-radius: inherit;
    padding: 0 7px;
    z-index: 99;
    border-radius: 100px;
}

/* .livc-box {
    padding: 10px 18px;
    border-radius: .25rem;
    /* font-size: 20px; 
    margin-bottom: 0;
    display: inline-block !important;
    color: #383838;
    /* width: 219px;
    font-weight: 400!important;
    border: 1px solid #ced4da;
    text-align: center;
} */
.grade-point label {
    cursor: pointer;
    color: #353434;
    display: inline-block !important;
}

input#budget_price {
    padding: 6px 6px;
    width: 78%;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

ul.mySlides {
    padding-left: 0;
    position: absolute;
    right: 13px;
    bottom: 12px;
}

ul.mySlides li.numbertext {
    display: none;
}

ul.mySlides li:first-child.numbertext {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

div#surveyModal .modal-header {
    padding: 0;
}

div#surveyModal .modal-body {
    padding: 0;
}

/**swati**/
.did-you-know {
    position: relative;
    top: 10px;
    right: -158px;
    top: 30%;
    z-index: 999;
    width: 100%;
}

.did-you-know .inner-circle {
    /* border: 1px solid #000; */
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background: #e3342f;
    color: #fff;
    text-align: center;
    /* padding: 37px 20px; */
    float: left;
    color: #ffffff;
    position: absolute;
    left: -86px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px dashed #ee5a24; */
}

.did-you-know .inner-circle h3 {
    font-weight: 700;
    font-size: 21px;
}

.did-you-know .left-block {
    float: left;
    width: 15%;
}

.did-you-know .left-block .mike-circle {
    position: absolute;
    width: 64px;
    height: 65px;
    z-index: 999;
    border-radius: 100px;
    left: -109px;
    top: -41px;
    /* background: deepskyblue; */
}

.mike-circle img.img-fluid {
    transform: rotate(-36deg);
}

/* .did-you-know  .inner-border {
    border: 2px dashed #fff;
    float: left;
    padding: 10px 10px;
    width: 69%;
} */
.did-you-know .right-block {
    float: left;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 38%;
    text-align: center;
    margin-top: 9px;
    background: #e7e7e7;
    /* border: 2px dashed #e95a26; */
    color: #212020;
    height: 105px;
}

.did-you-know .right-block span.next {
    text-align: right;
    float: right;
    font-size: 10px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-right: 22px;
    cursor: pointer;
    text-decoration: underline;
}

.did-you-know .right-block .inner-block {
    padding: 0px 21px;
}

.did-you-know .right-block span.previous {
    text-align: right;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-left: 22px;
}

.did-you-know .inner-block h5 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 15px;
}

.did-you-know .right-block p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0px;
}

.did-you-know .owl-dots {
    display: none;
}

.did-you-know i.fas.fa-chevron-left {
    display: none;
}

.question-info h1 {
    color: #006181;
    padding-bottom: 12px;
    font-size: 2.4rem;
}

.top-block-servey {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.question-info {
    width: 54%;
    float: left;
    overflow: hidden;
    margin: 12px 0 32px 30px;
}

.right-img-survey {
    float: right;
    width: 43%;
    padding: 32px 19px 0 0px;
}

.right-img-survey img {
    max-width: 100%;
}

.left-content {
    padding-top: 10%;
}

.left-content p {
    line-height: 28px;
}

.skill-icon {
    background-color: #ffe7d4;
    width: 100px;
    height: 100px;
    color: #006181;
    float: left;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 22px;
}

.mission-pict {
    display: flex;
    align-items: center;
    height: 100%;
}

.skill h1 {
    text-align: center;
}

.skill p {
    text-align: center;
    color: #6d6d6d;
}

.skill-box p {
    text-align: left;
    color: #6d6d6d;
}

.skill {
    margin-top: 40px;
}

.grantee {
    text-align: center;
    clear: both;
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #f9f9f9;
}

.B-feat-box .icon {
    font-size: 100px;
    text-align: center;
    color: #7b90c2;
}

.B-feat-box {
    text-align: center;
}

.B-feat-box h2 {
    font-weight: 300;
    color: #004f69;
}

a.btn-get-started {
    display: block;
    padding: 10px 30px;
    background-color: #ff8a00;
    color: #fff;
    border-radius: 3px;
    width: 194px;
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
}

.best-feat {
    margin-top: 50px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.happy-customer {
    text-align: center;
}

.happy-customer h1 {
    font-weight: 300;
}

.about-block {
    clear: both;
}

.re-block {
    clear: both;
}

.main {
    clear: both;
}

.about-banner-block {
    background: linear-gradient(to bottom,
            rgba(47, 9, 179, 0.85) 0%,
            rgba(128, 105, 162, 0.85) 100%),
        url(../img/about-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 50px 0px;
    height: 543px;
    position: relative;
    margin-top: 115px;
}

.services-bg {
    background: linear-gradient(to bottom,
            rgb(255 91 7 / 70%) 0%,
            rgb(248 93 17 / 63%) 100%),
        url(../img/services-banner.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 50px 0px;
    height: 543px;
    position: relative;
    margin-bottom: 50px;
}

.about-banner-block .ban-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 22px;
}

.about-banner-block .ban-content p {
    color: #fff;
}

.larning-b a.btn-get-started {
    margin: inherit;
    margin-top: 58px;
}

.left-content h1 {
    font-size: 34px;
    font-weight: 600;
    color: #004961;
    letter-spacing: 0.5px;
}

.larning-b p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

a.read-more {
    color: #006181;
}

.service-section .single-service .icon {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section .single-service .icon.color-1 {
    background: #e74c3c;
}

.service-section .single-service {
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease-out 0s;
    /* border: 1px solid #ff8a0047; */
    padding: 13px;
    min-height: 342px;
    background: #d2d0d100 !important;
    box-shadow: 0px 0px 3px #dedede;
}

.service-section .single-service .icon.color-2 {
    background: #f5b458;
}

.service-section .single-service .icon.color-3 {
    background: #3c6dde;
}

.service-section .single-service .icon.color-4 {
    background: #0da755;
}

section#service {
    margin: 100px 0px;
}

.service-section .single-service .content a {
    color: #6b6f92;
}

.about-section {
    background: #fcf8e8;
    padding: 70px 0px;
    background-image: url(../img/trusted-bg.jpg);
    margin-bottom: 40px;
}

.left-content ul {
    padding-left: 0;
}

.left-content ul li {
    list-style: none;
}

.left-content ul li span {
    margin-right: 10px;
    width: 30px;
    float: left;
}

.left-content ul li {
    list-style: none;
    line-height: 42px;
}

a.btn-menter {
    background-color: #ff8a00;
    color: #fff;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 24px;
    border-radius: 3px;
}

section.software-develper h1 {
    text-align: center;
}

section.software-develper {
    padding: 70px 0px;
    float: left;
    width: 100%;
}

section.software-develper h1 {
    text-align: center;
    margin-bottom: 60px;
}

.service-content h1 {
    margin-bottom: 60px;
}

.all-subject h1 {
    margin-bottom: 60px;
}

.all-subject {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.subject-icon {
    padding: 40px;
    /* width: 170px; */
    border: 1px solid #cccccc8f;
}

.contact-block .left-contact-block .btn-free-quote:hover {
    color: #ff8a00 !important;
}

.all-subject h1 {
    text-align: center;
}

.all-subject p {
    text-align: center;
}

.live-block1 .ban-content p {
    padding: 0;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.live-block1 {
    clear: both;
    padding: 70px 0px 0 0;
}

.banner-inner-area {
    margin-bottom: 70px;
    /* border-radius: 20px; */
    /* box-shadow: 0px 0px 10px #ccc; */
    margin-top: 80px;
    border-bottom: 2px solid #ff8a00;
}

.single-banner-box {
    border-right: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 30px 30px 30px 90px;
    position: relative;
}

.single-banner-box .icon {
    position: absolute;
    left: 30px;
    top: 34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 34px;
    color: #006181;
}

.single-banner-box h3 {
    font-weight: 500;
    font-size: 18px;
}

.ban-content h1 {
    font-size: 34px;
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-management .ban-content p {
    padding: 0;
}

.project-management .ban-content a {
    display: block;
    color: #006181;
    margin-top: 20px;
}

.project-management .ban-content a:hover {
    color: #ff8a00;
}

.project-management {
    float: left;
    margin-bottom: 50px;
}

.project-management2 .ban-content {
    margin: 32% 0 0 27px;
    float: right;
    color: #fff;
    background-color: #ff8a00;
    padding: 30px;
    border-radius: 5px;
}

.project-management2 p {
    padding: 0 0;
}

.project-management2 .ban-content {
    margin: 110px 0 0 0;
    float: right;
}

.project-management2 a.btn-readmore {
    display: block;
    margin-top: 30px;
    background-color: #006181;
    display: block;
    border-radius: 3px;
    width: 120px;
    text-align: center;
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.project-management2 a.btn-readmore:hover {
    border: 2px solid #006181;
    background: transparent;
    color: #006181;
}

.project-management2 .ban-content h1 {
    font-size: 32px;
    border-bottom: 1px solid #ec7f2d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.project-management2 {
    background: url(../img/feedback-bg-2.webp) no-repeat center top;
    margin: 115px 0 70px 0;
    height: 580px;
    clear: both;
    float: left;
    width: 100%;
}

.subject {
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0px 70px 0;
}

.subject h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #004961;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.subject-box {
    text-align: center;
    padding-top: 10px;
    border: 2px solid #ff8a00;
    /* background: #ff8a00; */
    box-shadow: 0px 0px 4px #ff8a00a8;
}

.all-subject .subject-box {
    border: none;
    padding: 0;
}

.subject-box .subj-icon {
    width: 100px;
    margin: 15px auto;
}

.subject-box h5 {
    margin-bottom: 0;
    padding: 10px;
    /* border: 1px solid #ccc; */
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.pricing-table {
    text-align: center;
    position: relative;
    padding: 30px 30px 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
    box-shadow: 0px 0px 10px #ccc;
    min-height: 756px;
    padding-bottom: 38px;
    border-top: 4px solid #004f69;
}

.pricing-table a {
    margin-bottom: -26px;
    display: inline-block;
}

.pricing-table .title {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: 0.5px;
}

.pricing-table .title-sub {
    margin: 0 0 30px;
}

.bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #006181 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #006181 100%);
    background: linear-gradient(to right, #ffbd84 0, #006181 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
}

.pricing-table .inner-table h2 {
    font-size: 35px;
    font-weight: 700;
    color: #006181;
    margin-bottom: 3px;
}

.pricing-table .inner-table p.duration {
    color: #72729a;
    font-weight: 500;
    margin-bottom: 0;
}

.pricing-table .inner-table .details {
    margin-top: 35px;
    padding-top: 28px;
    padding-bottom: 30px;
    line-height: 42px;
    border-top: 1px solid #e5e5e5;
}

.pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.bg-gradient4 {
    background: #e3e9fe;
    background: -moz-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: -webkit-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: linear-gradient(to bottom, #e2e9fe 0, #f5faff 100%);
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 56px;
    color: #fff;
    outline: 0;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.15);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.15);
}

.bg-btn3 {
    background: #673ab7;
    background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: linear-gradient(to right, #673ab7 0, #2196f3 100%);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
}

a.btn-main:hover {
    color: #efefef;
}

.pricing {
    clear: both;
    float: left;
    width: 100%;
}

.pricing h1 {
    text-align: center;
    margin-bottom: 80px;
    color: #004f69;
}

.pricing-table img {
    background: #e9f8ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 10px;
    border: 8px solid #fbfbfb;
}

.pricing {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.single-service .content p {
    font-size: 14px;
    min-height: 120px;
}

.single-service .content h4 {
    font-size: 18px;
}

.live-block1 a.btn-get-started {
    float: left;
}

.staic-page.sub-page .submit-work {
    width: 75%;
    margin: 0 auto;
    float: none;
    margin-top: 135px;
}

/* sitemap */

.sitemap-block h1.page-heading {
    font-size: 32px;
    color: #004961;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.sitemap-block {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.sitemap-block .links-blocks {
    float: left;
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-transform: capitalize;
}

.sitemap-block .links-blocks ul {
    list-style: none;
    padding-left: 0px;
    font-size: 15px;
}

.sitemap-block .links-blocks ul li {
    float: left;
    width: 33%;
    color: #00b5e2;
    cursor: pointer;
}

.sucess_msg_summery {
    /* border: 1px solid #ccc; */
    background-color: #daf3c8;
    font-size: 14px;
    font-weight: 600;
    color: #0e980c;
    line-height: 24px;
    padding: 10px;

    margin-bottom: 0;
}

.sitemap-block .links-blocks ul {
    list-style: none;
    padding-left: 0px;
    font-size: 15px;
}

.sitemap-block .links-blocks ul li {
    float: left;
    width: 33%;
    color: #00b5e2;
    cursor: pointer;
}

.sitemap-block .links-blocks ul li a:before {
    position: absolute;
    content: "\27A4";
    left: -13px;
    top: 12px;
    font-size: 15px;
    color: #ff8a00;
}

.sitemap-block .links-blocks ul li a {
    display: inline-block;
    /* background-color: #f9f7f7; */
    width: 94%;
    padding: 13px 10px;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}

.sitemap-block h1.page-heading {
    font-size: 32px;
    color: #2d3954;
    font-weight: 600;
    letter-spacing: .5px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.checkbox-lines a {
    font-size: 12px;
}

.checkbox-lines p {
    font-size: 12px;
}

.How-it-works.hiw h2 {
    font-weight: 500 !important;
}

.inner-block.registerexpert {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(204, 204, 204) 0px 10px 14px -4px;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    margin: 20px auto auto;
    margin-top: 135px;
}

.program-advantage {
    margin-top: 45px;
}

.video-left-block {
    text-align: center;
    margin-top: 40px;
}

.How-it-works.hiw {
    margin-top: 45px;
}

.panel-heading.heads {
    text-align: center;
    margin-bottom: 24px;
}

.btn-contact:hover {
    border: 2px solid #ff8a00 !important;
    background: transparent !important;
    color: #ff8a00 !important;
}

a.btn-get-started:hover {
    border: 2px solid #ff8a00;
    background: transparent;
    color: #ff8a00;
}

a.btn-menter:hover {
    border: 2px solid #ff8a00;
    background: transparent;
    color: #ff8a00;
}

.bg-btn:hover {
    background: linear-gradient(to right, #ffbd84 0, #d44e09 100%);
}

.bg-btn3:hover {
    background: linear-gradient(to right, #673ab7 0, #0680e1 100%);
}

a.hire-w:hover {
    background-color: #004961;
}

a.read-more:hover {
    color: #004961;
}

.project-management.proj {
    margin-bottom: 100px;
}

.checkbox-lines a {
    font-size: 12px;
    display: inline;
}

/* new login */
.new-login .left-side-block {
    background: #273142;
    height: 100vh;
    width: 44%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-login .outer-block {
    width: 64%;
    border-radius: 0x;
    padding: 0px;
    float: left;
    /* height: 546px; */
    /* box-shadow: 0 0 20px #ff8a0061; */
    background-color: #fff;
}

.new-login .inner-block {
    width: auto;
    margin: initial;
    float: left;
    width: 100%;
    box-shadow: none;
    padding: 45px;
    border-radius: 0px;
}

.new-login .login.outer-new {
    float: left;
    width: 96%;
    right: 130px;
    position: absolute;
}

.new-login .logo-center {
    margin-bottom: 15px;
    text-align: right;
    margin-right: 35px;
    margin-top: 20px;
}

ul.trusted-block {
    padding-left: 0;
    color: #fff;
    list-style: none;
}

.new-login ul.trusted-block li {
    font-size: 20px;
    margin-bottom: 16px;
}

.new-login .trusted-block img.img-fluid {
    width: 31px;
    margin-right: 12px;
}

.new-login a.without-login-btn {
    background-color: #ffc600;
    color: rgb(0, 0, 0);
    border: none;
    padding: 12px 10px;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.new-login .login-without {
    text-align: center;
    margin-top: 40px;
}

.new-login .inner-block p {
    margin-bottom: 4px;
}

.new-login .outer-block h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 400;
    color: #646262;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.new-login .inner-block p a {
    margin-top: 0;
    width: auto;
}

.new-login .outer-block h3 {
    margin-bottom: 0px;
}

.new-login .logo-center {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 35px;
    margin-top: 20px;
}

.new-login .signup_section {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 35px;
    margin-top: 20px;
}

.new-login .head {
    background: #cccccc1f;
}

.new-login .logo-center {
    margin-top: 0px;
}

.new-login .icon_container {
    float: left;
    /* position: absolute; */
    margin-right: 14px;
    height: 36px;
    color: #fff;
}

.new-login .form-Icon {
    position: relative;
    padding-left: 10px;
}

.new-login .form-Icon p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.new-login .logo-center {
    margin-top: 0px;
    text-align: right;
    margin-top: 25px;
}

.new-login .img-rightlogin {
    margin-left: 110px;
    float: left;

    width: 43%;
}

.new-login .infoList.trusted-block {
    color: #fff;
    min-height: 538px;
    /* box-shadow: 0px 0px 10px #004961; */
    background-color: #40528f;
    display: flex;
    align-items: center;
    vertical-align: center;
    margin-left: 0px;
    float: left;
    background-color: #004961;
}

.new-login .left-side-block {
    background: #004961;
}

.new-login {
    position: relative;
}

.new-login .infolist-outer {
    clear: both;
    margin-top: 160px;
}

/* signup2 */
.signup_two .new-login .infoList.trusted-block {
    color: #fff;
    min-height: 538px;
    width: 30%;
}

.signup_two .new-login .infolist-outer {
    clear: both;
    margin-top: 120px;
}

.signup_two .img-rightlogin img.img-fluid {
    width: 96%;
}

.inner-infolist {
    width: 70%;
    /* box-shadow: 0 0 20px #ff8a0061; */
    box-shadow: 0 0 20px #ff8a004f;

    float: left;
}

.signup_two .new-login .login.outer-new {
    float: left;
    width: 70%;
    right: 14px;
    position: absolute;
}

.panelblock {
    clear: both;
    padding: 0 0px 50px 0px;
}

.social-icon a:hover {
    color: #ff8a00 !important;
}

.new-login .login.outer-new {
    float: left;
    width: 70%;
    right: 14px;
    position: absolute;
}

.new-login .outer-block {
    width: 70%;
}

.outer-new .infoList.trusted-block {
    min-height: 538px;
    width: 30%;
}

.secure-pay-imgblock {
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.secure-pay-imgblock img.w-out-hover {
    width: 55%;
}

.botm-conditions a {
    text-align: left;
    display: inline;
    font-size: 11px;
    color: #333333;
}

.botm-conditions a:hover {
    color: #159eff !important;
}

h4.botm-conditions {
    padding: 0px 23px 10px 23px;
    line-height: 16px;
}

.payment-n .website-logo {
    text-align: left;
    margin-left: 40px;
    margin-bottom: 50px;
}

span.od-id {
    margin-top: 12px;
    float: right;
    margin-right: 40px;
    font-size: 20px;
}

.payment-n .website-logo a.site-logo {
    margin-top: 5px;
    display: initial;
}

.payment-n .make-payment-heading {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
}

.payment-n .make-payment-heading span {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.payment-n .payment-block {
    margin-top: 50px;
}

.payment-n .inner-block {
    padding: 20px;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: none;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

.payment-n .payment-block .inner-block {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.payment-n .payment-block .left-make-payment-block {
    position: relative;
    left: 43%;
}

.payment-n .payment-block .right-block-offer {
    right: 50%;
    position: relative;
}

.payment-n .payment-block .right-block-offer {
    background-color: #fff;
    float: left;
    width: 37%;
    padding: 0px;
    min-height: 477px;
    padding-top: 20px;
    margin-left: 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 13px -5px #666;
}

.payment-n .right-block-offer ul li {
    list-style: none;
    margin-bottom: 26px;
    font-size: 14px;
    padding-bottom: 26px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    padding-right: 20px;
    letter-spacing: 0.5px;
}

.payment-n .right-block-offer ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 24px;
    color: #000;
    font-size: 16px;
}

.payment-n .right-block-offer ul li strong {
    display: block;
    font-weight: 600;
    color: #004961;
}

.payment-n .payment-block .right-block-offer h3 {
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 24px;
    padding-bottom: 15px;
    padding-left: 13px;
    /* border-bottom: 1px dotted #d9782f; */
    border-bottom: 1px dotted #004961;
}

.payment-n .payment-block .left-make-payment-block {
    min-height: 506px;
    width: 54%;
    float: left;
    margin-left: 16px;
    min-height: 476px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 13px -5px #666;
}

.payment-block .left-make-payment-block h3 {
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px dotted #d1d1d1;
    padding-top: 20px;
    padding-left: 28px;
    font-size: 24px;
}

.payment-n .order-summary-form {
    padding: 30px 5% 30 !important;
    border: 2px solid #bcbcbc40;
    width: 76%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #cccccc70;
}

.payment-n .payment-block button.btn.btn-primary.pay-sec-btn {
    /* float: left; */
    font-size: 17px;
    width: 100%;
}

.payment-n .payment-block button.btn.btn-primary.pay-sec-btn {
    /* float: left; */
    background: #ff8a00;
    margin-top: 2px;
    border: none;
    padding: 12px 28px;
    border: 2px solid transparent;
}

.secure-pay-imgblock {
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.secure-pay-imgblock img.w-out-hover {
    width: 35%;
}

p.bottom-privacyline.botm.botm-main {
    padding: 0px 22px 0px 25px;
    margin-bottom: 0px;
    font-size: 11px;
    margin-top: 20px;
    line-height: 16px;
}

p.botm-conditions {
    margin-top: 0px !important;
    text-align: left !important;
    padding-left: 28px;
    font-size: 11px !important;
}

.botm-conditions a {
    color: #656565 !important;
}

/* paynow form */
.form-paynow h5.modal-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 9px 0 0 5px !important;
}

.form-paynow h6.modal-title small {
    font-size: 18px;
    font-weight: 600;
}

.payment-methods-block {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* padding: 5px 10px; */
    cursor: pointer;
    box-shadow: 1px 1px 3px #999;
    border: solid 2px #fff;
    border-radius: 7px;
    margin: 0 0 15px;
    font-weight: 400;
    filter: grayscale(1);
}

.payment-methods-block .option-inner.nav.nav-tabs {
    border-bottom: none;
}

.payment-methods-block .img_block img {
    width: 45px;
}

.payment-methods-block .option-inner {
    float: left;
    /* width: 80%; */
    margin-top: 10px;
    margin-left: 6px;
}

.payment-methods-block .img_block {
    float: left;
    width: 10%;
}

.form-paynow h4.modal-title {
    font-size: 20px;
    margin-top: 15px;
}

.form-paynow h6.modal-title {
    font-size: 14px;
}

.payment-methods-block .option-inner a.btn {
    display: inline-block;
    color: #ff8a00;
    font-size: 14px;
    text-align: center;
    width: initial;
    margin-top: 0;
    margin-bottom: 0;
    background: #ff8a00;
    padding: 8px 8px;
    margin-bottom: 9px;
    line-height: 14px;
    color: #fff;
    border-radius: 4px;
    margin-left: 8px;
}

.bottom-pay-btn button.btn.btn-primary.pay-sec-btn {
    background: #ffc81b !important;
    border-color: #ffc81b !important;
    color: #000 !important;
    padding: 10px 25px !important;
    font-size: 20px !important;
    line-height: 26px !important;
    width: 70%;
    margin: 25px 0 0 !important;
}

.payment-methods-block .option-inner p strong {
    font-weight: 400;
    color: #3395ff;
    font-size: 14px;
    display: inline-block;
    border: solid 2px #3395ff;
    padding: 1px 8px;
    border-radius: 5px;
    font-style: italic;
    margin: 0 0 0 15px;
}

.payment-methods-block .option-inner p span {
    font-size: 18px;
}

.modal-footer .footer-information .right-side-content p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 2px;
}

.modal-footer .footer-information .img_block {
    width: 100%;
    display: inline-block;
    filter: grayscale(1);
    opacity: 0.8;
}

.modal-footer .footer-information .img_block {
    float: left;
    width: 21%;
    margin-right: 12px;
    height: 68px;
}

.form-paynow button.close {
    margin-top: -6px !important;
    margin-right: -11px !important;
    background: #888 !important;
}

.payment-methods-blocknew .custom-control-input:checked+label {
    /* border: solid 2px #ffc81b; */
    filter: grayscale(0);
    opacity: 1;
}

.payment-methods-blocknew .custom-control-input+label {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    display: inline-block !important;
    vertical-align: top;
    padding: 5px 0px;
    cursor: pointer;
    /* box-shadow: 1px 1px 3px #999; */
    border: solid 2px #fff;
    border-radius: 7px;
    margin: 0 0 15px;
    font-weight: 400;
    /* filter: grayscale(1); */
    filter: grayscale(0);
}

.btn-w {
    margin-top: 20px;
    width: 74%;
    font-size: 15px;
    background-color: #17b0ff !important;
}

#other_option .payment-block .form-paynow .modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto !important;
}

.payment-opt-accordian .btn-free-quote:hover {
    background-color: #019ae8 !important;
    color: #fff;
}

.payment-methods-blocknew img.img-fluid.imgs-size.img_block {
    width: 47px;
    float: left;
}

button.btn-free-quote.btn-w.greens {
    margin-bottom: 14px;
    width: 40%;
    padding: 12px;
}

.payment-methods-blocknew label.custom-control-label {
    text-align: left;
    /* margin-left: -8px; */
}

.payment-methods-blocknew span.options-selc {
    margin-left: 11px;
    position: absolute;
    top: 11px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #434343;
}

.payment-methods-blocknew .custom-control-label::after {
    display: none !important;
}

.payment-methods-blocknew .custom-radio .custom-control-label::before {
    display: none;
}

.payment-methods-blocknew .custom-control.custom-radio {
    padding-left: 0px;
}

.payment-methods-blocknew .options-selc strong {
    font-weight: 400;
    color: #3395ff;
    font-size: 14px;
    display: inline-block;
    border: solid 2px #3395ff;
    padding: 1px 8px;
    border-radius: 5px;
    font-style: italic;
    margin: 0 0 0 15px;
}

.payment-methods-blocknew .custom-control-input:checked~.custom-control-label::before {
    display: none;
}

.mainpaypop-up .btn-free-quote {
    background-color: #3395ff;
    color: #fff;
    border: none;
    padding: 16px 30px;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 35px;
    width: 100%;
}

.mainpaypop-up .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0 !important;
}

.mainpaypop-up .modal-dialog.modal-dialog-centered.modal-lg {
    width: 600px !important;
    margin: 30px auto !important;
}

.mainpaypop-up .modal-footer .footer-information .right-side-content p {
    font-size: 11px !important;
    line-height: 16px !important;
    float: left !important;
    text-align: left !important;
    color: #3b3b3b !important;
}

.footer-information .right-side-content {
    float: right;
    width: 75%;
    text-align: left;
}

.mainpaypop-up .modal-header .close {
    /* margin-top: -2px; */
    font-size: 24px;
    position: absolute;
    right: -11px;
    top: -12px;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    background: #3395ff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    outline: none;
}

.mainpaypop-up .modal-header .close:hover {
    background: #1b7ae0;
    border-color: transparent;
}

.mainpaypop-up .modal-header h6.modal-title {
    text-align: right;
    font-size: 16px;
}

.secure-pay-imgblock {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.secure-pay-imgblock img.w-out-hover {
    width: 30%;
}

.payment-n .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.payment-n .bottom-pay-btn {
    margin-top: 32px;
}

.form-paynow h6.modal-title small {
    font-size: 18px;
    font-weight: 600;
}

.hide-arrow label {
    font-size: 19px !important;
    margin-bottom: 3px !important;
}

.payment-n .form-paynow h4.modal-title {
    font-size: 20px;
    margin-top: 15px;
}

.payment-n .form-paynow h6.modal-title small {
    font-size: 18px;
    font-weight: 600;
}

.od-id strong {
    color: #fff;
}

.payment-n .payment-block button.btn.btn-primary.pay-sec-btn:hover {
    background: #ff781200;
    color: #ff8a00;
    border: 2px solid #ff8a00 !important;
}

/* .bg.bg-payment.payment-n {
    background: linear-gradient(to right, #ffffff 0, #2b5cff6b 100%);
} */
/* .bg.bg-payment.payment-n {
    background: linear-gradient(to right, #ffbb76 0, #2b5cff6b 100%);
} */
.bg.bg-payment.payment-n {
    background: linear-gradient(to right, #a2b7ff6b 0, #9bb2ff6b 100%);
}

.bg.bg-payment.payment-n {
    background: linear-gradient(to right, #004961 0, #ff750d 100%);
}

.bg.bg-payment.payment-n {
    background: linear-gradient(to right, #004961b8 0, #ff750db8 100%);
}

.payment-opt-accordian .btn-free-quote:hover {
    border: 2px solid #019ae8 !important;
    background: transparent !important;
    color: #fff !important;
}

/* .bg.bg-payment.payment-n {
    background: #ff8a00;
} */
/*  */

.payment-n button.close {
    margin-top: -6px !important;
    margin-right: -11px !important;
    background: #888 !important;
}

.payment-n button.close:hover {
    background: #6d6d6d !important;
}

.btn-free-quote:hover {
    background: #004961 !important;
}

.payable-amount {
    font-size: 16px;
    font-weight: 600;
}

.pay-secus h5.modal-title {
    font-size: 20px;
    margin-top: 15px;
}

.pack1 a {
    position: relative;
    transition: ease all 0.6s;
}

.pack1:hover span {
    display: inline-block;
    transition: ease all 1s;
}

span.pack1 {
    position: absolute;
    background: #eaeaea;
    width: 250px;
    color: #666;
    /* color:#393939; */
    border-radius: 5px;
    padding: 10px;
    left: -14px;
    display: none;
    transition: ease all 0.6s;
    z-index: 100;
    font-size: 12px;
    text-align: left;
    top: 26px;
    line-height: 15px;
    cursor: pointer;
}

.pay-infor-icon {
    cursor: pointer;
}

.pay-infor-icon:hover .pack1 {
    display: inline-block;
    transition: ease all 1s;
}

span.pay-infor-icon {
    cursor: pointer;
}

.payment-block .form-paynow .modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
}

/* .modal-header.pay-hd {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
} */
/*  */
.client-per-details .dropbtn {
    /* background-color: #4CAF50; */
    color: #e96f16;
    padding: 2px;
    font-size: 16px;
    border: none;
}

.client-per-details .dropdown {
    position: relative;
    display: inline-block;
}

.client-per-details.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.client-per-details.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.client-per-details .dropdown:hover .dropdown-content {
    display: block;
}

.client-per-details span.cust-tut {
    margin-bottom: -8px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #004961;
}

.form-control {
    font-size: 14px;
    color: rgb(135 135 135);
    border: 1px solid #cecece;
    border-radius: 0.25rem;
}

.form-control:focus {
    color: rgb(135 135 135);
}

/* SERVIVE PACKAGE PAGE */
.trusted-university {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 14px 0;
    margin-bottom: 70px;
}



.breadcrumbs.pricing-bg {
    background: url(../img/pricing-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 115px;
}

.breadcrumbs {
    padding: 150px 0;
    width: 100%;
    clear: both;
}

.trusted-university h1 {
    color: #004961;
}

.breadcrumbs-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0,0,0,0.1) url(../img/bread-crum/overlay-pattern-1.png); */
    background: linear-gradient(to right,
            rgb(255 142 57) 0%,
            rgb(92 106 148) 100%);
    position: absolute;
    background-image: linear-gradient(294deg, #b96300, #ff8a007a 47%, #dc8c30);
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.breadcrumbs li,
.breadcrumbs i {
    display: inline-block;
    margin-right: 10px;
    color: #fdc800;
    font-size: 16px;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs .page-title h1 {
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: 700;
}

.breadcrumbs .page-title {
    position: relative;
}

.light-green {
    background-color: #d0faec !important;
}

.light-pink {
    background-color: #ffeff8 !important;
}

.light-sky {
    background-color: #d3f6fe !important;
}

.light-yellow {
    background-color: #fff5d9 !important;
}

.light-d-pink {
    background-color: #ffdeeb !important;
}

.blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr-logo {
    background-color: #d0faec;
    margin-right: 10px;
    text-align: center;
    display: flex !important;
    float: left;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-radius: 3px;
}

.trusted-university {
    width: 100%;
    float: left;
    margin-top: 0;
    padding: 14px 0;
    margin-bottom: 70px;
    text-align: center;
}

.trusted-university .title {
    text-align: center;
    margin-bottom: 80px;
}

.note {
    text-align: center;
    margin-top: 12px;
}

.services-package .pricing-table.cpp h2 {
    line-height: 38px;
    font-size: 25px;
}

.pay-mt ul.client-per-details {
    margin-bottom: 0px;
    padding-left: 0px;
}

.pay-mt ul.client-per-details li {
    list-style-type: none;
}

.pay-mt i.fas.fa-info-circle {
    color: red;
    font-size: 20px;
    margin-left: -3px;
    padding-left: 0px;
}

ul.client-inner-det {
    padding-left: 12px;
}

.client-inner-det2 {
    padding-left: 12px !important;
}

ul.client-inner-det li {
    list-style-type: disc !important;
    line-height: 16px;
    margin-bottom: 5px;
}

ul.client-inner-det li::marker {
    font-size: 14px;
}

ul.client-inner-det2 li::marker {
    font-size: 12px !important;
}

.client-inner-det2 li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0x !important;
    font-size: 12px !important;
    color: #666 !important;
    list-style-type: disc !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    padding-right: 0 !important;
    padding-left: 0px !important;
}

ul.client-inner-det2 li::marker {
    font-size: 12px !important;
}

.details span.staring {
    color: #ff6210;
    font-size: 24px;
    position: absolute;
}

.footer-information p.botm-conditions a {
    font-size: 10px !important;
    line-height: 13px;
}

.footer-information p.botm-conditions {
    padding-left: 0px;
}

.payment-n .form-control {
    font-size: 19px;
    color: rgb(100 100 100);
    border: 1px solid #aaaaaa;
    border-radius: 0px;
}

span.Currency-show {
    position: absolute;
    right: 12px;
    top: 47px;
    font-size: 18px;
    color: rgb(137 137 137 / 95%);
}

/* on form icon design to show why we use your email */
.form-group.email-con {
    position: relative;
}

.form-group.email-con span.why-email {
    position: absolute;
    right: 0;
    top: 5px;
    right: 10px;
    font-size: 18px;
}

.form-group.email-con span.why-email .client-per-details .dropbtn {
    color: #ff8a00;
}

.form-group.email-con span.why-email span.pack1 {
    left: -142px;
    top: -172px;
}

.form-group.email-con span.why-email span.pack1 {
    left: -166px;
    top: -139px;
    background-color: #e6e6e6;
    padding: 15px 15px 14px;
    border-radius: 6px;
    box-shadow: 0 0 5px 2px #c3c3c3;
    width: 275px;
}

.form-group.email-con span.pack1.dropdown-content:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
    position: absolute;
    right: 89px;
    bottom: -10px;
}

.form-group.email-con .client-per-details span.cust-tut {
    color: #565454;
}

.email-con .form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

span.pack1.dropdown-content.for-name {
    top: -111px !important;
}

span.pack1.dropdown-content.for-phone {
    top: -128px !important;
}

span.pack1.dropdown-content.for-deadline {
    top: -155px !important;
}

.form-group.email-con.file span.why-email {
    top: 15px;
}

span.pack1.dropdown-content.for-file {
    top: -166px !important;
}

.live-block1 .ban-content h1 {
    font-size: 34px;
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
}

.plagiarism-check-block h3 {
    padding-left: 0 !important;
}

.subject-flag .star-ratting {
    float: right;
}

.banner .dr-section .drop_upper:hover {
    border: 1px dashed #ff8a00 !important;
}

.highlight {
    background: #ffffff2b;
}

@keyframes stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 30px;
    }
}

.light-greenish {
    border-color: #61fe44;
    background-color: #f2fff0;
    border-left: 4px solid #36cd0554;
    box-shadow: 2px 2px 3px 0px #ccffc4;
}

.anw-content-rightblock.light-greenish .des-title {
    border-top: 1px solid #b8ffad;
    border-bottom: 1px solid #b8ffad;
}

.anw-content-rightblock.light-greenish .des-title h6 {
    color: #3aae97;
}

.anw-content-rightblock.light-greenish span.date-block {
    color: #3aae97;
}

/*  */
a#chat_conv {
    margin-left: 0px;
}

a#sol_conv {
    margin-left: 4px;
    background: #004961;
}

.exp-ordrs span.star-block i {
    margin-right: 2px;
}

.exp-ordrs span.post-solution-info {
    color: #666;
    position: absolute;
    left: 0px;
    top: 51px;
    font-size: 14px;
}

.exp-ordrs .refresh-sednmsg {
    width: 100%;
    float: left;
    padding: 0 20px 26px 20px;
    text-align: right;
}

.bt-sol {
    position: relative;
    float: left;
    width: 60%;
}

.exp-ordrs .order_details_outer .user-title h6 {
    color: #004961;
    font-size: 16px;
    font-weight: 600;
}

.exp-ordrs .order_description h6 {
    color: #000;
    font-weight: 600;
}

.exp-ordrs .order_details_outer .user-title h6 {
    color: #004961;
    font-size: 16px;
    font-weight: 600;
}

.exp-ordrs .order_description h6 {
    color: #000;
    font-weight: 600;
}

.services-page .ser-right-block ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 12px;
}

/*  */
.services-page .ser-right-block ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #004961;
}

.services-page .accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f106";
    float: right;
    color: #ff8a00;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

.services-page .accordion .card-header.collapsed {
    font-size: 16px;
}

.riview-list ul li {
    font-size: 15px !important;
}

i.fas.fa-phone-alt:before {
    content: "\f3cd" !important;
}

/*  */

.payment-mains-solution-inner .PurchaseAssignmentPrice b {
    display: block;
    color: #2ecc71;
    font-weight: 600;
    margin-top: -5px;
    font-size: 34px;
}

.payment-mains-solution-inner .solution_pay_heading p.text-center {
    color: #5e5e61 !important;
    line-height: 26px;
    font-weight: 500;
}

.payment-mains-solution-inner .solution_pay_heading {
    text-align: center;
}

.payment-mains-solution-inner .solution_pay_heading h3 {
    font-size: 32px;
    color: #5c6a94;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* border-bottom: 2px solid #e2e2e2; */
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.payment-mains-solution-inner .solution_pay_heading h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 18px 0px 18px 0px;
}

.payment-mains-solution-inner button#payment_popup {
    background: #ff5104;
    margin-top: 16px;
    border: none;
    padding: 12px 28px;
    width: 100%;
}

p.text-center.bottoms-notes {
    color: #5e5e61 !important;
    line-height: 20px;
    font-size: 12px;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}

.payment-mains-solution-inne .left-make-payment-blocks h3 {
    padding-bottom: 14px;
    border-bottom: 1px dotted #d1d1d1;
    font-size: 23px;
}

.payment-mains-solution-inner .view-complete.text-center a {
    margin-bottom: 20px !important;
    display: block;
    color: #004961;
    font-weight: 600;
}

.payment-mains-solution-inner .view-complete.text-center a:hover {
    color: #ff5104;
}

.payment-mains-solution .payment-blocks .inner-block {
    width: 45%;
    padding: 25px !important;
    padding-bottom: 35px !important;
}

.payment-mains-solution .payment-blocks .inner-blocks {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(102 102 102 / 31%) 0px 0px 13px -5px;
    width: 80%;
    padding: 20px;
    margin: 20px auto auto;
    border-radius: 10px;
    overflow: hidden;
    width: 45%;
    padding: 25px !important;
    padding-bottom: 35px !important;
}

.payment-mains-solution .payment-blocks .left-make-payment-block {
    width: 100%;
    float: left;
    text-align: center;
}

.payment-mains-solution .payment-blocks .left-make-payment-block label {
    color: rgb(29, 29, 29);
    font-size: 14px;
    float: left;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 15px;
    text-align: left !important;
    font-weight: 500;
}

.payment-mains-solution .payment-blocks .left-make-payment-block h3 {
    text-align: left;
    padding-bottom: 14px;
    color: #004961;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 0px;
}

/* bank payment box css */
.Directlypay_bank ul.bank-paymnts {
    padding-left: 0px;
    text-align: left;
    list-style: none;
}

.Directlypay_bank .bank-paymnts li span {
    width: 38%;
    display: block;
    float: left;
    font-weight: 600;
}

.Directlypay_bank .bank-paymnts li {
    line-height: 26px;
    font-size: 15px;
}

.Directlypay_bank h4.modal-title {
    margin-top: 10px;
}

.Directlypay_bank p {
    color: #000 !important;
    font-weight: 700;
}

.Directlypay_bank h4 {
    font-size: 16px;
    margin-bottom: 22px;
    margin-top: 19px;
    text-align: left;
}

.payment-opt-accordian .panel-title a.collapsed {
    margin-bottom: 0px !important;
}

.payment-opt-accordian .btn-free-quote:hover {
    background-color: #0091dc !important;
    color: #fff;
}

.payment-opt-accordian a {
    margin-bottom: 2px !important;
    text-align: left;
    margin-top: 0px;
    padding: 14px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #ffffff;
    background: #004961;
}

.payment-opt-accordian .custom-control.custom-radio {
    margin-top: 14px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.payment-opt-accordian .panel.panel-default {
    padding-left: 0px;
}

.payment-opt-accordian .bottom-pay-btn {
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}

.payment-opt-accordian .panel-body {
    margin-top: -12px !important;
    padding: 11px !important;
    background: #fff !important;
}

.payment-opt-accordian .panel.panel-default {
    background-color: #fff !important;
    border: 1px solid transparent !important;
}

.payment-opt-accordian .panel.panel-default {
    padding: 0px !important;
    background-color: #fff !important;
    border: 1px solid transparent !important;
}

.payment-opt-accordian .panel-title>a:before {
    display: none;
}

/*  */
.payment-opt-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.payment-opt-accordian .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.payment-opt-accordian .panel-title {
    font-size: 14px;
    margin-bottom: 0px;
}

.payment-opt-accordian .payment-opt-accordian .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.payment-opt-accordian .more-less {
    float: right;
    color: #212121;
}

.payment-opt-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eeeeee;
}


.payment-opt-accordian .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.payment-opt-accordian .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.payment-opt-accordian .panel-title>a:hover,
.payment-opt-accordian .panel-title>a:active,
.payment-opt-accordian .panel-title>a:focus {
    text-decoration: none;
}

.glyphicon-plus:before {
    content: "\2b" !important;
    font-size: 20px;
    color: #fff;
}

.glyphicon-minus:before {
    content: "\2212" !important;
    font-size: 20px;
    color: #fff;
}

p.author-error {
    float: left;
    width: 100%;
    text-align: left;
    color: #8c8c8c;
    font-size: 10px;
    margin-top: 4px;
    line-height: 13px;
}

.dr-section .drop_text p {
    color: #ffffff !important;
}

.services-provided ul {
    padding-left: 0px;
    list-style: none;
}

/*  */
.greenish {
    color: #004961;
}

.registerexpert .dr-section .drop_text p {
    color: #333333 !important;
}

.registerexpert .drop_lower {
    padding-bottom: 0px;
}

.from-block .dr-section .drop_img {
    color: #ff8a00 !important;
}

.btn-free-quote:hover {
    border: 2px solid #fff !important;
    border: 2px solid #ff8a00 !important;
    background: transparent !important;
    color: #ff8a00 !important;
}

.btn-free-quote {
    border: 2px solid transparent !important;
}

.banner .eml {
    top: -169px !important;
}

.services-provided img {
    position: absolute;
    top: -13px;
    height: 329px;
    right: 111px;
}

.services-provided {
    position: relative;
}

.our-eassy-process .title {
    text-align: center;
    margin-bottom: 60px;
}

.title h2 span {
    font-size: inherit;
    display: initial;
    color: #ff8a00;
    letter-spacing: 0.5px;
}

.orange-cl {
    color: #ff8a00;
}

.our-eassy-process .eassy-box {
    background: url(../img/tips-weave.png) no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
    box-shadow: 0 2px 20px -6px rgb(0 0 0 / 12%);
    position: 100 100;
    background-position: 64% 99%;
    min-height: 260px;
}

.our-eassy-process .eassy-box {
    display: inherit;
    padding: 20px;
    min-height: 280px;
    text-align: center;
}

.our-eassy-process .eassy-icon {
    margin-right: 20px;
    font-size: 28px;
    color: #ff8a00;
    margin-bottom: 22px;
}

.banner-content p {
    color: #333333;
}

.banner-content ul li {
    color: #333333;
}

.testimonail-get-free-contact .get-free-quote {
    width: 71%;
    height: 422px;
    background: #fff !important;
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    margin-top: 85px;
    color: #000;
    text-align: left;
    box-shadow: 0px 0px 10px #ccc;
    border: 2px solid #ff8a00;
    float: right;
}

.testimonail-get-free-contact .get-free-quote h2 {
    font-size: 22px;
    color: #006181;
    font-weight: 500;
    margin-bottom: 0px;
}

.testimonail-get-free-contact .email-subscribe input[type="email"] {
    padding: 12px 10px;
    margin: 0;
    border: 1px solid #ced4da !important;
}

.testimonail-silder.pink-light {
    background-image: linear-gradient(294deg, #b96300, #ff8a007a 47%, #dc8c30);
}

.droped_data {
    margin-top: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

.banner .drop_lower {
    padding-bottom: 0px;
}

.banner .dr-section .drop_text p {
    font-size: 13px !important;
}

.outer-ban-img .submit-work .from-block p {
    color: #ffffff;
}

/* .pagination li.page-item.active {
    margin-bottom: 0px;
} */
.qa-outers .ser-right-block p {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

a.read-more {
    color: #ff8a00;
}

.ern-b {
    overflow: hidden;
}

.bg.bgabout {
    padding-bottom: 0px;
}

section.banner.services-page .ser-right-block ul li a:hover {
    color: #ff6623 !important;
}

.right-block-btn a:hover {
    color: #ff6623;
}

.desktop-toggle span:hover {
    color: #ff6623;
}

.navbar-navx a.btn-ask-q {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #ff8a00;
    background-color: #ff8a00;
}

.review-m {
    position: relative;
}

.navbar-navx a.btn-ask-q i {
    color: #fff;
}

.navbar-navx a.btn-ask-q:hover {
    background: #004b64;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.teen {
    color: #004961 !important;
}

.aah-banner-reviews {
    width: 68%;
    position: relative;
    margin: 0 auto;
    padding: 4px 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.aah-banner-reviews .reviews-list-item .star-area {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
}


.aah-star i {
    font-size: 10px;
    color: #fff;
    padding: 2px 2px;
}

.aah-banner-reviews .reviews-list-item .number {
    font-size: 24px;
    font-weight: 500;
    color: #232e44;
    float: right;
    text-align: right;
    width: 30%;
}

.aah-spr-trustpilot_star {
    display: inline-block;
    width: 110px;
    height: 22px;
}

.aah-star .fa-star:before {
    content: "\f005";
    color: #fff !important;
}

.top-bar p {
    font-weight: 600;
    color: #fff;
    float: left;
}

span.aah-star {
    background: #d4765d;
    margin: 0px 6px;
}

span.aah-star {
    background: #d4765d;
}

span.aah-star.green {
    background: #00b67a !important;
}

span.aah-star.oran {
    background: #ff8a00 !important;
}

.lg {
    color: #00b67a !important;
}

.reason-to-choose .title {
    text-align: center;
    margin-bottom: 60px;
}

.codementor_column h5 {
    color: #004961;
    font-size: 22px;
}

section.reason-to-choose {
    margin-bottom: 100px;
    margin-top: 155px;
}

/* .codementor_column h5 {
    text-align: center;
} */
.codementor_column figure {
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.codementor_column figure span {
    background: lightblue;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 20px;
}

.codementor_column .reason-to-choose img {
    height: 60px;
}

.q-a-page h3:before {
    content: "Ques.";
    margin-right: 4px;
    color: #ff8a00;
}

.aah-banner-reviews .inner-reviews {
    float: left;
    padding: 6px 13px;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
    color: #000 !important;
}

.aah-banner-reviews span.num {
    font-weight: 600;
}

/* service page css */
section.banner.services-page .tab-block ul.nav.nav-tabs li a.active {
    border-top: none !important;
    border-bottom: 3px solid #ff8a00 !important;
}

section.banner.services-page .tab-block ul.nav.nav-tabs li {
    margin-bottom: 0px !important;
}

section.banner.services-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #005976 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

section.banner.services-page .ser-right-block ul li span {
    font-size: 14px !important;
    margin-right: 7px !important;
}

section.banner.services-page .tab-block ul.nav.nav-tabs li a.active span {
    color: #fff;
}

section.banner.services-page .nav-tabs .nav-link {
    border: none !important;
}

section.banner.services-page .ser-right-block p {
    font-size: 16px !important;
}

section.banner.services-page .ser-right-block h5 {
    font-size: 18px !important;
}

section.banner.services-page .ser-right-block h2 {
    font-weight: 600 !important;
}

section.banner.services-page .table-of-content ul {
    background: #add8e633 !important;
}

section.banner.services-page h2:before {
    content: "";
    height: 3px;
    width: 20%;
    background: #ff8a00;
    position: absolute;
    /* left: calc(50% - 10%); */
    bottom: -5px;
}

section.banner.services-page h2 {
    position: relative !important;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

section.banner.services-page ul.List {
    margin-top: 24px;
}

.services-page .ser-right-block ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #004961;
}

.aah-banner-reviews img {
    width: 16px;
}

.banner-bottom .aah-banner-reviews .reviews-list-item .star-area {
    color: #000;
}

.banner-bottom .aah-banner-reviews {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 40px;
    display: inherit;
    justify-content: flex-start;
    padding-left: 0px;
    display: none;
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999 !important;
}

.bg .payment-block {
    margin-top: 135px;
}

.expert-page .refer-banner {
    padding: 0;
    margin-top: 110px;
}

.contact-block {
    margin-top: 120px;
}

section.banner.services-page .table-of-content h5 {
    position: relative !important;
    margin-bottom: 20px;
    width: 100%;
}

section.banner.services-page .table-of-content h5:before {
    content: "";
    height: 3px;
    width: 10%;
    background: #ff8a00;
    position: absolute;
    /* left: calc(50% - 10%); */
    bottom: -5px;
}

/* service feature code */

.services-features-block1 .col-md-4 {
    left: 0px !important;
}

.service-feature-inner {
    text-align: center;
    margin-top: 20px;
    /* font-size: 16px; */
}

.service-feature-inner h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.service-feature-inner .image-block {
    margin-bottom: 16px;
}

.services-features-block1 h4 {
    text-align: center;
    font-size: 29px;
    font-weight: 800;
    color: #000;
    font-family: cursive;
    margin-bottom: 33px;
}

.service-feature-inner img {
    width: 120px;
}

.service-feature-inner.last img {
    width: 97px;
}

.services-features-block1 .service-feature-inner p {
    padding: 10px 5px;
}

.services-features-block1 {
    /* border: 1px solid #ccc; */
    /* padding: 20px 15px;
    background: #eff7fa; */
    float: left;
    width: 100%;
    margin-top: 27px;
}

.whats-makes-us-best .col-md-4 {
    left: 0px !important;
}

.whats-makes-us-best h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.whats-makes-us-best {
    text-align: center;
}

.whats-makes-us-best h4 {
    font-size: 16px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.whats-makes-us-best p {
    padding: 10px 5px;
}

.whats-makes-us-best .image-block img {
    width: 215px;
}

.bottom-bar {
    background-image: linear-gradient(294deg, #006080, #006181 47%, #003648);
    font-size: 13px;
    padding: 4px 0;
    height: 55px;
    float: left;
    width: 100%;
}

.bottom-bar p {
    font-weight: 600;
    color: #fff;
    float: left;
}

.bottom-bar .aah-banner-reviews {
    width: 100%;
    position: relative;
    margin: 0 auto;
    /* background: #fff; */
    padding: 8px 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.bottom-bar .reviews-list-item {
    margin-top: 8px;
}

.bottom-bar .aah-banner-reviews .inner-reviews {
    padding: 0px 13px;
}

.bg.admin-sg {
    margin-top: 120px;
}

.sidebar-page-link.bg-bluish {
    background: #add8e633 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-page .sidebar-page-link ul li span {
    display: none;
}

.sidebar-page-link ul li {
    margin-bottom: 14px;
    border-bottom: 1px solid #ccccccb8;
    padding: 5px;
}

section.banner.services-page .ser-right-block .img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.btn-outerdiv {
    float: left;
    width: 100%;
    margin: 35px 0px;
}

.ser-right-block .btn-free-quote {
    display: inline-block;
    width: auto;
}


.copy-right {
    text-align: center;
}




/* end */
/****responsive-start****/

@media only screen and (max-width: 1490px) {
    .security-payment a {
        display: inline-block;
        margin-bottom: 7px;
    }
 
}

@media only screen and (max-width: 1440px) {
    .container-fluid {
        padding: 0 2% !important;
    }
    .banner-content h1 {
        font-size: 60px;
    }

    .eassy-box {
        min-height: 160px;
    }

    .codeavail-describe {
        padding-left: 16%;
    }

    .blog-content h4 {
        min-height: 112px;
    }

    .blog-slider {
        padding: 30px 0;
    }

    .footer-col h3 {
        font-size: 19px;
    }

    .trusted-university .slick-slide img {
        display: block;
        max-width: 60%;
    }

    .buy-now-block {
        margin: 25px 10px;
    }

    .security-payment a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .head-btn-block a.btn-free-quote {
        width: 24%;
    }

    .ser-left-block {
        margin: 25px 10px;
    }

    .reviw-user-deatil {
        width: 82%;
    }

    .banner .from-block {
        margin: 25px 6px;
    }

    .sb-search-input {
        font-size: 11px;
    }

    .banner .from-block {
        width: auto;
    }

    span.sub_class {
        left: 130px;
    }

    .signup_two .new-login .infoList.trusted-block {
        color: #fff;
        min-height: 643px;
        width: 30%;
    }

    .signup_two .new-login .login.outer-new {
        width: 77%;
        right: 17px;
    }

    .signup_two .new-login .left-side-block {
        width: 38%;
    }

    /*  */
    .new-login .infolist-outer {
        clear: both;
        margin-top: 55px;
    }

    .inner-infolist {
        width: 80%;
        float: left;
    }

    .new-login .left-side-block {
        width: 35%;
    }

    .new-login .outer-block {
        width: 55%;
    }

    .new-login .inner-block {
        width: 100%;
    }

    .outer-new .infoList.trusted-block {
        min-height: 538px;
        width: 45%;
    }

    .new-login .form-Icon p {
        font-size: 14px;
    }

    .new-login .inner-block {
        padding: 20px;
    }

    .outer-new .infoList.trusted-block {
        min-height: 455px;
        width: 45%;
    }

    .new-login .login.outer-new {
        width: 80%;
        right: 10px;
    }

    .new-login .form-Icon {
        position: relative;
        padding-left: 25px;
    }

    .new-login .left-side-block {
        width: 48%;
    }

    .signup_two .new-login .infolist-outer {
        margin-top: 55px;
    }

    .signup_two .new-login .infoList.trusted-block {
        min-height: 605px;
        width: 45% !important;
    }

    .signup_two .inner-infolist {
        width: 80% !important;
    }

    .signup_two .new-login .left-side-block {
        width: 48% !important;
    }

    .signup_two .new-login .login.outer-new {
        right: 36px;
    }

    .new-login .left-side-block {
        height: 745px;
    }

    .blog-slide {
        min-height: 580px;
    }

    .blog-content a.read-more {
        bottom: -18px;
    }

    .services-box {
        min-height: 408px;
    }

    .services-page .ser-right-block ul li {
        margin-bottom: 0px;
    }

    section.services-page.QA-page ul.pagination {
        float: initial;
    }

    .writer-public-profile {
        margin-right: 7px;
    }

    .review-vs #drag_h3 p {
        font-size: 12px !important;
    }

    .distribute {
        width: 35%;
    }
}

@media only screen and (max-width: 1366px) {
    .ban-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .serv-content h2 {
        font-size: 22px;
    }

    .get-free-quote h2 {
        width: 100%;
        text-align: center;
        float: left;
        font-size: 36px;
        font-size: 36px;
    }

    .get-free-quote {
        width: 450px;
        height: 450px;
        padding: 103px 30px;
    }

    .testimoial-block {
        margin-top: 0;
    }

    .testimonail-silder h3 {
        font-size: 24px;
    }

    .eassy-box {
        min-height: 172px;
    }

    span.sub_class {
        left: 148px;
    }

    .subject-box .subj-icon {
        margin-bottom: 30px;
        width: 100px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .subject h1 {
        font-size: 30px;
    }

    .pricing-table .inner-table h2 {
        font-size: 32px;
    }

    .B-feat-box .icon {
        font-size: 50px;
        margin-top: 40px;
    }

    .signup_two .inner-infolist {
        width: 98%;
    }

    .signup_two .new-login .left-side-block {
        width: 44%;
    }
}

@media only screen and (max-width: 1200px) {
    a.btn-order-now {
        padding: 6px 12px;
        width: 110px;
        padding: 6px 12px;
        width: 110px;
    }

    .right-block-btn a {
        font-size: 13px;
    }

    .header-right nav ul li a {
        font-size: 13px;
    }

    .banner-content h1 {
        font-size: 42px;
        line-height: 38px;
    }

    .banner-content h1 span {
        font-size: 28px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 30px;
    }

    a.btn-ask-question {
        width: 230px;
        height: 48px;
        font-size: 16px;
    }

    a.btn-get-free-q {
        width: 230px;
        height: 48px;
        font-size: 16px;
    }

    .aah-banner-reviews {
        width: 82%;
    }

    .aah-banner-reviews .inner-reviews {
        padding: 6px 5px;
    }
}

@media only screen and (max-width: 1160px) {
    a.btn-menu {
        display: flex;
        float: right;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .header-right .main-menu {
        display: none;
        position: absolute;
        top: 47px;
        width: 600px;
        background-color: #fff;
        text-align: left;
        z-index: 9;
    }

    .header-right nav ul li {
        display: block;
        line-height: 36px;
    }

    .header-right nav ul li.m-d {
        display: block;
    }

    .dropdown-menu.show {
        top: -3px !important;
        position: inherit !important;
        float: none;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .dropdown.more-pages {
        display: none;
    }

    .right-block-btn {
        display: none;
    }

    a.btn-menu {
        position: inherit;
        right: 0;
        font-size: 20px;
        font-weight: 600;
    }


    .main-header .col-md-10 {
        padding: 0;
        margin: 0;
    }

    .header-right nav ul li {
        display: block;
        line-height: 44px;
        padding: 0 20px;
        margin: 0;
        border-bottom: 1px solid #cccccc52;
    }

    .header-right .dropdown-menu.show {
        border: none;
        padding: 0;
        border-radius: inherit;
    }

    .header-right a.dropdown-item {
        border-bottom: 1px solid #cccccc52;
        padding: 0 0;
        line-height: 44px;
    }

    .header-right {
        justify-content: flex-end;
    }

    div#sb-search {
        margin-right: 86px;
    }

    /* .dropdown-submenu ul.dropdown-menu {   
    position: inherit;
    right: 0;
    left: 0;
    top: 0;
    min-width: 20rem;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;   
}  */

    .dropdown-menu>li>a:after {
        right: 0;
        top: 34px;
        transform: rotate(0deg);
        margin-top: 10px;
    }

    /* rotate caret on hover */
    .dropdown-menu>li>a:hover:after {
        text-decoration: underline;
        transform: rotate(0deg);
        right: 0;
        float: right;
        top: 34px;
        margin-top: 10px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .dropdown-submenu ul.dropdown-menu {
        position: static;
        left: 0;
        width: 100%;
        margin-top: 4px;
        border: none;
        top: 0 !important;
    }

}

@media only screen and (max-width: 1024px) {
    .banner-content h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .from-block h3 {
        font-size: 27px;
    }

    .drop-file {
        padding: 15px 5px !important;
    }

    .eassy-box {
        min-height: 263px;
        flex-wrap: wrap;
    }

    .eassy-icon {
        margin-bottom: 28px;
    }

    .serv-content p {
        padding: 0 32px;
    }

    .distribute {
        margin: 46px -174px 110px 34px;
    }

    .codeavail-describe {
        padding-left: 21%;
    }

    .get-free-quote {
        width: 400px;
        height: 400px;
        padding: 97px 28px;
    }

    .get-free-quote h2 {
        font-size: 30px;
    }

    .get-free-quote h2 span {
        font-size: 18px;
    }

    .testimoial-block {
        margin-top: 0;
    }

    .testimonail-silder {
        padding: 30px 56px 30px 30px;
        position: relative;
    }

    .testimonail-silder h3 {
        font-size: 20px;
    }


    .sb-search {
        width: 40%;
        float: right;
        margin-right: 90px;
    }

    .header-right {
        justify-content: flex-end;
    }

    .inner-block {
        width: 100%;
    }

    .ser-right-block h1 {
        font-size: 24px;
    }

    .q-a-page h3 {
        font-size: 18px;
    }

    .buy-now-block {
        margin: 25px 10px;
        padding: 24px 10px;
    }

    .sub-email input[type="email"] {
        width: 62%;
    }

    .subscribe-mail h1 {
        font-size: 20px;
    }

    .left-contact-block h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .feature-box {
        width: 26%;
        margin-bottom: 10px;
    }

    .head-btn-block a.btn-free-quote {
        width: 36%;
    }

    .dr-section .drop_upper {
        padding: 0 13px;
    }

    .dr-section .drop_text p {
        font-size: 12px !important;
    }

    .slick-prev {
        background-size: 32% !important;
    }

    .slick-next {
        background-size: 32% !important;
    }

    .distribute h2 {
        font-size: 24px;
    }

    .how-it-work .box span.box-icon {
        display: inherit;
    }

    span.sub_class {
        left: 98px;
    }

    .trusted-university {
        margin-top: 310px;
    }

    .banner .from-block {
        padding: 24px 11px;
    }

    .name-ratting-time {
        flex-wrap: wrap;
    }

    .name-ratting-time h5 {
        margin-bottom: 0;
    }

    .star-ratting {
        font-size: 10px;
        float: left;
        width: 100%;
        padding-left: 50px;
    }

    .qa-block .star-ratting {
        font-size: 10px;
        float: right;
        width: 100%;
        text-align: right;
        padding-left: 50px;
    }

    .question-info {
        width: 92%;
    }

    .sideOffer.fixAd.offerapply {
        width: 27%;
    }

    .right-img-survey {
        width: 100%;
    }

    .video-left-block iframe {
        width: 440px;
        height: 356px;
        margin: 0 auto !important;
        margin-top: 115px !important;
    }

    .expert-content .star-ratting {
        padding-left: 0px;
    }

    .inner-infolist {
        width: 100%;
        /* box-shadow: 0 0 20px #ff8a0061; */
        box-shadow: 0 0 20px #ff8a004d;
        float: left;
    }

    .new-login .login.outer-new {
        float: left;
        width: 75%;
        right: 35px;
        position: absolute;
    }

    section.trusted-university.ps {
        margin-top: 30px;
    }

    .blog-content {
        min-height: 360px;
    }

    .outer-od-form .form-group.email-con span.why-email span.pack1 {
        left: -225px;
    }

    .outer-od-form .form-group.email-con span.pack1.dropdown-content:after {
        right: 30px;
    }

    .from-block {
        background-color: #f8faff;
        padding: 23px 17px;
    }

    .new-login .left-side-block {
        display: none;
    }

    .new-login .login.outer-new {
        width: 92%;
    }

    .signup_two .inner-infolist {
        width: 90% !important;
    }

    .signup_two .new-login .login.outer-new {
        width: 90%;
    }

    .signup_two .inner-infolist {
        width: 100% !important;
    }

    .signup_two .new-login .login.outer-new {
        right: 58px;
    }

    .blog-content a.read-more {
        bottom: -24px;
    }

    .services-box {
        min-height: 465px;
    }

    .expert-box .star-ratting {
        padding-left: 0px;
    }

    .expert-box .star-ratting {
        padding-left: 0px;
    }

    section.what-codeavail {
        display: flex;
        flex-wrap: wrap;
    }

    .distribute {
        width: 59%;
        margin: 0 auto;
        /* width: 100%; */
        text-align: center;
    }

    .codeavail-describe {
        width: 100%;
        margin-top: 51px;
        padding: 50px;
    }

    .distribute img {
        margin: 0 auto;
    }

    .distribute h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .blog-content a.read-more {
        bottom: -24px;
    }

    .project-management2 {
        background-position: 67% 20%;
    }

    .project-management2 .ban-content {
        margin: 77px 0 0 0;
    }

    .project-management2 .ban-content {
        padding: 19px;
    }

    .project-management2 .ban-content h1 {
        font-size: 28px;
    }

    .aah-banner-reviews {
        width: 74%;
    }

    .navbar-navx a.btn-ask-q {
        margin-left: 0px;
        line-height: 23px;
    }

    .aah-banner-reviews {
        width: 100%;
    }

    .bottom-bar {
        height: 95px;

    }

    .bottom-bar .aah-banner-reviews .inner-reviews {
        padding: 0px 13px;
        width: 48%;

    }

    a.btn-offer {
        width: auto;
    }

    .banner2 .banner-content {
        height: 702px;
        padding-top: 160px;
    }

    .banner2 .from-block h4 {
        font-size: 27px;
    }

    .our-eassy-awesome nav {
        width: 30% !important;
        float: left !important;
    }

    .our-eassy-awesome div#nav-tabContent {
        width: 69% !important;
        float: right !important;

    }

}

@media only screen and (max-width: 768px) {
    .banner .col-md-8 {
        max-width: 100%;
        flex: inherit;
    }

    .banner .col-md-4 {
        max-width: 100%;
        flex: inherit;
    }

    .banner {
        width: 100%;
        float: left;
        height: auto;
        /* background: url(../img/banner-bg.png) top; */
        background-position: 0px 630px;
    }

    .trusted-university {
        position: inherit;
        bottom: -15px;
        background-color: #fff;
        padding: 20px;
        border-radius: 3px;
    }

    section.our-eassy-process {
        margin: 50px 0;
    }

    section.what-codeavail {
        display: flex;
        flex-wrap: wrap;
    }

    .distribute {
        margin: 0 33px;
        width: 100%;
    }

    .codeavail-describe {
        padding-left: 5%;
        width: 100%;
        padding-right: 5%;
        padding-top: 50px;
    }

    .testimonail-get-free-contact .col-md-6 {
        max-width: 100%;
        flex: inherit;
    }

    .email-subscribe .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .get-free-quote {
        padding: 111px 28px;
        width: 450px;
        display: flex;
        height: 450px;
        flex-wrap: wrap;
    }

    .banner .col-md-4 {
        left: 0;
    }

    .banner .col-md-8 {
        right: 0%;
    }

    .sb-search {
        margin-right: 60px;
    }

    .eassy-box {
        min-height: 292px;
    }

    .buy-now-block {
        padding: 24px 2px;
    }

    .sub-email input[type="email"] {
        width: 64%;
    }

    .sub-email button.subscribe-btn {
        padding: 10px 15px;
    }

    .phone {
        display: inherit;
        margin-bottom: 10px;
    }

    .email-phone {
        display: inherit;
        margin-bottom: 10px;
    }

    .social {
        display: inherit;
    }

    .addres-block {
        margin-top: 36px;
    }

    .right-block-offer h3 {
        font-size: 22px;
    }

    .left-make-payment-block h3 {
        font-size: 22px;
    }

    .left-make-payment-block h3 {
        text-align: left;
        font-size: 22px;
    }

    .from-block {
        box-shadow: inherit;
    }

    .sidebar-review-block.sub-riview {
        padding: 0;
    }

    .expert-page h1 {
        font-size: 26px;
    }

    .expert-leftcontent {
        margin-top: 48px;
    }

    .reviews-rat span {
        width: 28px;
    }

    .reviews-rat h4 {
        font-size: 15px;
    }

    .sb-search-input {
        font-size: 12px;
    }

    span.sub_class {
        left: 209px;
    }

    .banner .from-block {
        width: auto;
        position: inherit;
    }

    .trusted-university {
        margin-top: 45px;
    }

    .expt-pict {
        float: none;
        margin-bottom: 12px;
    }

    .exper-info {
        margin-top: 0 !important;
    }

    .exper-info ul {
        float: left;
        width: 100% !important;
    }

    ul.secons-list {
        width: 100% !important;
        justify-content: flex-start;
    }

    .exper-info ul li {
        padding-left: 0;
    }

    a.hire-w {
        float: left;
    }

    .acadimic-solution-container .__icon-container span {
        font-size: 14px;
    }

    .acadimic-solution-container h3 {
        font-size: 18px;
    }

    .amazing-features-container .feature {
        width: 80%;
    }

    .table-btn-group a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .ser-left-block a.btn-buy-now {
        font-size: 10px;
    }

    .ser-left-block .from-block {
        padding: 24px 12px;
    }

    .from-block h3 {
        font-size: 20px;
    }

    .qa-lang-ratting h6 {
        white-space: nowrap;
    }

    .sucess-msg {
        width: 100%;
        flex-wrap: wrap;
    }

    a.btn-live-chat {
        margin-top: 13px;
    }

    .sucess-msg p {
        margin-right: 0;
    }

    input#budget_price {
        width: 70%;
    }

    .did-you-know {
        right: -138px;
        top: 0;
    }

    .did-you-know .right-block {
        width: 63%;
    }

    .skill-box h4 {
        font-size: 17px;
    }

    .skill-box p {
        font-size: 13px;
    }

    .about-banner-block .ban-content h1 {
        font-size: 30px;
    }

    .about-banner-block .ban-content p {
        padding: 0 0;
    }

    .subject-icon {
        padding: 50px;
    }

    .sitemap-block .links-blocks ul li {
        width: 50%;
    }

    .subject h1 {
        font-size: 24px;
    }

    .ban-content.mt-5 {
        margin-top: 0 !important;
    }

    .ban-content h1 {
        font-size: 22px;
        line-height: 32px;
    }

    a.btn-get-started {
        padding: 8px 30px;
        width: 164px;
        font-size: 16px;
    }

    .single-banner-box h3 {
        font-size: 17px;
    }

    .btn-main {
        padding: 0 14px;
        font-size: 12px;
        line-height: 42px;
    }

    .pricing-table .inner-table h2 {
        font-size: 20px !important;
    }

    .pricing-table .inner-table .details {
        line-height: 32px;
        font-size: 14px;
    }

    .subject {
        margin: 0px 0px 0px 0;
    }

    .subject h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .grantee h1 {
        font-size: 24px;
    }

    .B-feat-box h2 {
        font-size: 20px;
        color: #004f69;
    }

    .B-feat-box p {
        font-size: 14px;
    }

    .skill-box {
        float: left;
        margin-bottom: 16px;
    }

    .outer-block {
        width: 100%;
    }

    .frame-bg {
        height: 525px;
        background: none !important;
    }

    .video-left-block iframe {
        width: 646px;
        height: 386px;
        margin-top: 10px !important;
    }

    .staic-page.sub-page .submit-work {
        width: 100% !important;
    }

    .new-login .left-side-block {
        background: #004961;
        display: none;
    }

    .new-login .login.outer-new {
        width: 100%;
        float: left;
        right: 0px;
        position: inherit;
    }

    .new-login .infolist-outer {
        clear: both;
        float: left;
        margin-top: 40px;
        padding: 22px;
        width: 100%;
    }

    .signup_two .new-login .login.outer-new {
        width: 100%;
        right: 0;
    }

    .signup_two .new-login .infolist-outer {
        margin-top: 40px;
    }

    .payment-n .payment-block .right-block-offer h3 {
        font-size: 20px;
    }

    .blog-content {
        min-height: 522px;
    }

    .bt-sol {
        position: relative;
        float: left;
        width: 100%;
    }

    .exp-ordrs .anw-block .col-md-1 {
        display: none;
    }

    .exp-ordrs .anw-block .col-md-11 {
        flex: inherit;
        max-width: 100%;
    }

    .services-box {
        min-height: 782px;
    }

    .head-btn-block a.btn-free-quote {
        width: 40%;
    }

    .qa-outers .col-md-8 {
        max-width: 100%;
        flex: inherit;
    }

    .qa-outers .col-md-4 {
        max-width: 100%;
        flex: inherit;
    }

    .exper-info ul {
        margin-bottom: 1px;
    }

    .bb2c p {
        font-size: 14px;
    }

    .best-feat a.btn-get-started {
        width: 177px;
    }

    .testimonail-get-free-contact .get-free-quote {
        float: none;
    }

    .our-eassy-process .eassy-box {
        text-align: center;
    }

    section.our-eassy-process {
        margin-bottom: 0px;
    }

    .services-box {
        min-height: 575px;
        margin: 0px;
    }

    .distribute {
        margin: 0 auto;
        width: 70%;
    }

    .blog-slide {
        min-height: 746px;
    }

    .project-management2 .ban-content {
        margin: 170px 0 0 0;
    }

    .aah-banner-reviews {
        width: 100%;
    }

    .bottom-bar .aah-banner-reviews span.num {
        font-weight: 600;
        /* display: none; */
    }

    .bottom-bar .aah-banner-reviews .inner-reviews {
        width: 100%;
    }

    .bottom-bar {
        height: 134px;
        padding-top: 8px;
    }

    .bottom-bar .aah-banner-reviews .inner-reviews {
        padding: 0px 0px;
    }

    .bottom-bar .aah-banner-reviews .reviews-list-item .star-area {
        width: inherit;
    }

    .bottom-bar .aah-banner-reviews {
        display: contents;
        justify-content: inherit;
        text-align: center;
    }

    .bottom-bar .inner-reviews {
        padding: 0px 0px;
        border-right: none !important;
    }

    .bottom-bar span.aah-star {
        background: #d4765d;
        margin: 0px 22px;
    }

    .sitemap-block .links-blocks ul li {
        width: 50%;
    }

    .sideOffer.fixAd.offerapply {
        width: 100%;
        position: inherit;
    }

    .sideOffer.fixAd {
        display: block !important;
    }


}


@media only screen and (max-width: 767px) {
    .banner .col-md-4 {
        left: 0%;
    }

    .banner .col-md-8 {
        right: 0%;
    }

    .banner {
        background-position: 0px 470px;
    }
    a.btn-offer {       
        padding: 12px 11px !important;
        font-size: 11px !important;       
    }   

    .sb-search {      
        float: right;
        margin-left: 0;
        margin-top: 0px;
        margin-right: 0;
        margin: 0 14px;
    }

    a.btn-offer {
        margin-left: 0px;
        margin-right: 11px;
    }

    a.btn-menu {
        top: -28px;
    }

    .right-block-btn {
        width: 100%;
        text-align: center;
    }

    .right-block-btn {
        margin-top: 12px;
    }

    .right-block-btn {
        display: none;
    }

    .from-block {
        box-shadow: inherit;
    }

    .header-right a.dropdown-item:last-child {
        border-bottom: none;
    }

    div#sb-search {
        margin-right: 14px;
        margin-top: 0px;
    }

    .header-right .main-menu {
        display: none;
        position: inherit;
        width: 100%;
        background-color: #fff;
        text-align: left;
        z-index: 99;
        margin-top: 24px;
    }

    .outer-block {
        width: 100%;
    }

    .subscribe-mail h1 {
        width: 100%;
    }

    .sub-email {
        width: 100%;
        float: right;
    }

    .sub-email input[type="email"] {
        width: 70%;
    }

    .phone {
        display: flex;
        margin-bottom: 30px;
    }

    .email-phone {
        display: flex;
        margin-bottom: 30px;
    }

    .left-contact-block {
        margin-top: 40px;
    }

    .social {
        display: flex;
    }

    .eassy-box {
        min-height: auto;
        margin-bottom: 14px;
    }

    .feature-box {
        width: 47%;
        margin-bottom: 10px;
    }

    .bgx {
        padding-top: 16px;
    }

    .right-block-offer {
        width: 100%;
        margin-top: 30px;
    }

    .left-make-payment-block {
        width: 100%;
        float: left;
    }

    .review-trustworthy h2 {
        text-align: center;
        font-size: 24px;
    }

    .star-ratting {
        float: right;
        width: auto;
        padding-left: 0px;
    }

    .aah-banner-reviews {
        width: 100%;
    }

    .container,
    .container-sm {
        max-width: 675px;
    }

    /* .top-bar {
        display: none;
    } */
    .banner-bottom .aah-banner-reviews {
        display: block;
    }

    .banner-content {
        float: left;
        width: 100%;
        margin-top: 20px !important;
    }

    .aah-banner-reviews .reviews-list-item .star-area {
        width: 100%;
        text-align: left;
    }

    header {
        position: inherit !important;
        /* position: fixed; */
        background: #fff;
        width: 100%;
        z-index: 9999 !important;
    }

    .banner {
        margin-top: 0px;
    }

    .staic-page.sub-page .submit-work {
        margin-top: 0px;
    }

    .project-management2 {
        margin: 0px 0 70px 0;
    }

    section.services-page.QA-page {
        margin-top: 35px;
    }

    .bg .payment-block {
        margin-top: 0px;
    }

    .expert-page .refer-banner {
        margin-top: 0px;
    }

    .breadcrumbs.pricing-bg {
        margin-top: 0px;
    }

    .inner-block.registerexpert {
        margin-top: 0px;
    }

    .about-banner-block {
        margin-top: 0px;
    }

    .contact-block {
        margin-top: 0px;
    }

    .refer-banner {
        margin-top: 0px;
    }

    .bottom-bar .aah-banner-reviews span.num {
        font-weight: 600;
        display: none;
    }

    .sideOffer.fixAd {
        display: block !important;
    }

    .ar-hide-m {
        display: none !important;
    }

    a.btn-menu {
        position: absolute;
        right: 0;
        font-weight: 600;
        font-size: 18px;
    }

    .sb-search {
        width: 72% !important;
    }

    .did-youknow-modal div#didyouModal {
        display: none !important;
    }

    .did-youknow-modal .fade {
        display: none !important;
    }
    .offer h5 span {
        font-size: 11px !important;
    }

}

@media only screen and (max-width: 425px) {
    span.badge {
        position: relative;
    }

    .banner {
        background: none;
        padding-bottom: 30px;
        /* background-color: #2F3C67; */
        margin-top: 20px;
    }
    .header-right {
        flex-wrap: wrap !important;
    }
    .from-block h4 span {
        font-size: 16px;
    }

    .banner-content {
        margin-top: 0;
    }

    .banner-content h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .banner-content h1 span {
        font-size: 20px;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .banner-content p br {
        display: none;
    }

    a.btn-ask-question {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    a.btn-get-free-q {
        width: 100%;
    }

    .drop-file p {
        margin-bottom: 0;
    }

    .eassy-box {
        margin-bottom: 20px;
    }

    .distribute {
        width: 88%;
        padding: 10px;
        flex: inherit;
    }

    .get-free-quote p {
        padding: 12px 0;
    }

    .get-free-quote h2 {
        font-size: 18px;
    }

    a.btn-contact {
        margin: 0;
        font-size: 16px;
        width: 70%;
        margin: 0 auto;
    }

    .get-free-quote {
        padding: 92px 28px;
        width: 300px;
        display: flex;
        height: 300px;
        flex-wrap: wrap;
    }

    .header-right .main-menu {
        top: 0;
        width: 100%;
        z-index: 99;
        padding-bottom: 30px;
        position: inherit;
    }

    a.site-logo {
        margin-bottom: 25px;
        display: block;
        text-align: left;
    }

    .tru-title h5 {
        font-size: 13px;
    }

    .img-cotent {
        flex-wrap: wrap;
    }

    .content-img {
        margin-left: 0;
    }

    .tab-block ul li a {
        padding: 14px 15px;
    }

    .tab-block ul li a span {
        display: block;
        margin-right: 0px;
    }

    .box-block {
        display: flex;
        flex-wrap: wrap;
    }

    .box {
        text-align: center;
        width: 100%;
    }

    a.btn-get-free-assignment {
        padding: 10px 0;
        width: 100%;
        font-size: 15px;
    }

    .sidebar-review-block {
        margin: 25px 4px;
    }

    .sidebar-page-link {
        margin: 25px 4px;
    }

    .ser-right-block h2 {
        font-size: 24px;
    }

    .ser-right-block h3 {
        font-size: 20px;
    }

    .ser-right-block {
        overflow: hidden;
        margin-bottom: 50px;
    }

    a.btn-menu {
        top: -53px;
        right: 10px;
    }

    .right-block-btn {
        margin-top: 0;
    }

    .get-free-quote h2 span {
        font-size: 16px;
    }

    .outer-block p a {
        display: block;
    }

    .sub-email button.subscribe-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .eassy-box {
        min-height: auto;
        margin-bottom: 0;
    }

    section.our-eassy-process {
        margin: 0px 0;
        padding: 40px 0px;
    }

    .distribute h2 {
        font-size: 22px;
    }

    .distribute a.btn-free-quote {
        padding: 12px 22px;
        font-size: 14px;
    }

    .codeavail-describe h2 {
        font-size: 22px;
    }

    .title h2 {
        font-size: 22px;
    }

    section.what-codeavail {
        margin: 30px 0;
    }

    .table-btn-group a {
        margin-bottom: 10px;
        width: 100%;
    }

    .left-make-payment-block {
        width: 100%;
    }

    .right-block-offer {
        width: 100%;
        margin-top: 40px;
    }

    .drop_img {
        display: block !important;
    }

    .dr-section .drop_text {
        display: block !important;
    }

    .dr-section .drop_lower .upload_file_row {
        width: 92% !important;
    }

    .banner-btn {
        margin-top: 32px;
    }

    .email-subscribe input[type="email"] {
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .email-subscribe .btn-contact {
        border-radius: 4px !important;
    }

    .droped_data {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .from-block h4 {
        margin-bottom: 0;
    }

    .eassy-icon {
        margin: 7px auto;
    }

    .assignment-help .eassy-box {
        text-align: center;
    }

    .head-btn-block h3 strong:before {
        top: 76%;
        right: 154px;
        width: 73px;
        height: 6px;
        left: inherit;
    }

    .head-btn-block a.btn-free-quote {
        width: 75%;
    }

    .feature-box {
        width: 75%;
        margin-bottom: 10px;
    }

    .eassy-box {
        min-height: auto;
        margin-bottom: 12px;
        text-align: center;
    }

    .eassy-content {
        width: 100%;
    }

    .trusted-university {
        margin-top: 20px;
    }

    .reviews-rat {
        margin-bottom: 18px;
    }

    .riview-list ul {
        padding-left: 15px;
    }

    .riview-list a.btn-free-quote {
        font-size: 14px;
    }

    .riview-list ul li {
        line-height: 26px;
        margin-bottom: 14px;
    }

    .riview-list {
        margin-top: 30px;
    }

    .order-summary-table table tr th {
        width: 100%;
        float: left;
        padding: 0 15px 0 0;
    }

    .order-summary-table table tr td {
        width: 100%;
        padding: 0 15px 0 0;
        float: left;
    }

    .order-summary-table .table {
        line-height: 34px;
    }

    .order-summary-topbar a {
        font-size: 12px;
    }

    .order-summary-table .table-title h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .order-summary-table .dyanmic-orderid h6 {
        font-size: 16px;
    }

    .order-summary-table .table-title {
        display: inherit;
    }

    a.btn-chat-expert {
        font-size: 14px;
        padding: 12px 10px;
    }

    a.btn-tokon {
        padding: 12px 10px;
        font-size: 14px;
    }

    .email-subscribe .col-md-6 {
        max-width: 100%;
        flex: inherit;
    }

    .get-free-quote {
        padding: 38px 28px;
        width: 360px;
        display: flex;
        height: 360px;
        flex-wrap: wrap;
    }

    .left-block-servey {
        width: 100%;
        padding: 20px 0px;
    }

    .right-block-survey {
        width: 100%;
    }

    .question-info h1 {
        color: #006181;
        padding-bottom: 12px;
        font-size: 2rem;
    }

    .student-grade-block h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }

    .question-info {
        margin: 12px 0 32px 16px;
    }

    .left-block-servey a.site-logo {
        text-align: center;
    }

    .left-block-servey {
        width: 100%;
    }

    div#surveyModal .modal-footer {
        position: inherit !important;
    }

    .submit_survey {
        background-color: #006181;
        color: #ffff;
        padding: 7px 29px;
        border-radius: 3px;
        float: right;
        margin-right: 25px;
        margin-top: -68px;
        border: none;
    }

    .university-logo .slick-next {
        bottom: -36px !important;
    }

    .did-you-know .right-block p {
        font-size: 11px;
    }

    .grade-point label {
        font-size: 14px;
    }

    .option-type {
        display: inherit;
    }

    .grade-point {
        margin: 0px 8px 8px 0;
    }

    .did-you-know .right-block {
        width: 92%;
        margin-top: 109px;
        border-radius: 30px;
        margin-left: 15px;
    }

    .did-you-know {
        right: 0px;
        top: 0;
    }

    .did-you-know .left-block .mike-circle {
        left: 0;
        /* background: deepskyblue; */
    }

    .did-you-know .inner-circle {
        left: 22px;
    }

    .about-banner-block .ban-content h1 {
        color: #fff;
        font-size: 27px;
    }

    .ban-content p {
        padding: 0 4%;
    }

    .skill h1 {
        font-size: 28px;
        color: #004f69;
    }

    .row.mt-5 {
        margin-top: 0rem !important;
    }

    .left-content h1 {
        color: #004961;
        font-size: 34px;
        font-weight: 600;
    }

    .grantee h1 {
        font-size: 26px;
    }

    .B-feat-box h2 {
        font-size: 24px;
        color: #004f69;
    }

    .pricing-table {
        text-align: center;
        min-height: 605px;
        margin-bottom: 42px;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .sitemap-block .links-blocks ul li {
        width: 100%;
    }

    .tru-review {
        width: 320px;
        margin: 0 auto;
    }

    .subject-box {
        margin-bottom: 40px;
        border: 1px solid #ccc6;
        /* display: inline-block; */
        padding: 20px;
        margin: 12px auto;
        text-align: center;
    }

    .live-block1 {
        clear: both;
        padding: 45px 0px 0 0;
    }

    .video-left-block iframe {
        width: 381px;
        height: 290px;
        margin-top: 10px !important;
    }

    .frame-bg {
        height: 338px;
        background: none !important;
    }

    .advantage-block .work-icon {
        float: left;
        width: 100% !important;
    }

    .advantage-block .work-content {
        padding: 0 7px 0 8px !important;
        text-align: center !important;
    }

    .advantage-block .work-content p {
        text-align: center;
    }

    .refer-banner h1 {
        font-size: 21px;
    }

    .refer-banner h5 {
        font-size: 21px;
    }

    .work-boxs .work-content h4 {
        font-size: 20px;
    }

    .panel-body .How-it-works .title h2 {
        color: #004961;
        letter-spacing: 0.5px;
    }

    .How-it-works.hiw h2 {
        font-size: 30px;
    }

    .from-block h4 {
        font-size: 20px;
    }

    .btn-main {
        font-size: 16px;
    }

    .new-login .outer-block {
        width: 90%;
    }

    .new-login .outer-block h4 {
        font-size: 16px;
    }

    .new-login .form-Icon {
        font-size: 15px;
        margin-left: 0px;
    }

    .new-login .login.outer-new {
        width: 91%;
        left: 28px;
    }

    .signup_two .new-login .login.outer-new {
        width: 95%;
        left: 17px;
    }

    .new-login .outer-block {
        width: 96%;
    }

    .signup_two .new-login .login.outer-new {
        width: auto;
        left: auto;
        margin-left: 18px;
    }

    .signup_two .new-login .outer-block {
        width: 100%;
    }

    .inner-infolist {
        width: 97%;
    }

    .signup_two .new-login .infolist-outer {
        margin-top: 5px;
    }

    .signup_two .new-login .infoList.trusted-block {
        top: 49rem;
        width: 100%;
        height: 273px;
    }

    .new-login .infoList.trusted-block {
        color: #fff;
        height: 273px;
        position: absolute;
        top: 42rem;
        width: 96%;
    }

    .signup_two .inner-infolist {
        width: 92%;
    }

    .signup_two .new-login .infoList.trusted-block {
        width: 82%;
        top: 48rem;
    }

    .ready-cash {
        padding: 18px 12px;
        margin-top: 20px;
    }

    /* new */
    .new-login .infoList.trusted-block {
        color: #fff;
        height: 149px;
        position: absolute;
        top: 40rem;
        width: 86%;
        min-height: 330px;
    }

    .new-login .inner-block {
        width: auto;
        margin: initial;
        float: left;
        width: 100%;
        box-shadow: none;
        padding: 20px;
        border-radius: 0px;
    }

    .new-login .outer-block h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .new-login .outer-block h4 {
        font-size: 16px;
        margin-bottom: 25px !important;
    }

    .new-login .logo-center {
        text-align: center;
    }

    .new-login .infolist-outer {
        margin-top: 5px;
    }

    .signup_two .new-login .infoList.trusted-block {
        min-height: 308px;
    }

    .payment-n .payment-block .left-make-payment-block {
        position: relative;
        left: 0%;
        width: 100%;
        margin-left: 0px;
    }

    .payment-n .payment-block .right-block-offer {
        right: 0;
        position: relative;
        width: 100% !important;
        min-height: 420px;
    }

    .website-logo {
        display: block;
        text-align: center !important;
        margin-left: 0px !important;
    }

    span.od-id {
        display: block;
        margin-right: 0px;
        text-align: center;
        width: 100%;
        margin-bottom: 14px;
    }

    h1.make-payment-heading {
        font-size: 20px !important;
    }

    .secure-pay-imgblock img.w-out-hover {
        width: 55%;
    }

    .payment-n .modal-dialog {
        width: 380px;
        margin-top: 31px;
    }

    .modal-footer .footer-information .img_block {
        float: left;
        width: 100%;
        margin-right: 12px;
        height: 66px;
    }

    .footer-information .right-side-content {
        width: 100%;
        text-align: left;
    }

    .modal-footer .footer-information .img_block img.img-fluid.imgs-size {
        width: 43%;
    }

    .payment-n .order-summary-form {
        width: 90%;
    }

    span.pack1 {
        left: -24px;
    }

    .trusted-university .title h1 {
        font-size: 25px;
    }

    .trusted-university .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .pricing {
        margin-bottom: 20px;
    }

    .pay-hd span.pack1 {
        left: -206px;
    }

    .form-group.email-con span.why-email span.pack1 {
        left: -216px;
    }

    .form-group.email-con span.pack1.dropdown-content:after {
        right: 39px;
    }

    .blog-content {
        min-height: 300px;
    }

    .exp-ordrs .panel {
        padding: 52px 0px;
    }

    .exp-ordrs span.post-solution-info {
        color: #666;
        position: absolute;
        left: 0px;
        top: 51px;
        font-size: 13px;
        text-align: left;
    }

    a#chat_conv {
        margin-right: 0px !important;
    }

    .anw-block .col-md-1 {
        display: none;
    }

    .send-msg-block .form-group h5 {
        text-align: left !important;
        font-size: 14px !important;
    }

    .send-msg-block {
        padding: 0px 0px 20px 0px;
    }

    .Directlypay_bank .bank-paymnts li span {
        width: 44%;
    }

    .Directlypay_bank .bank-paymnts li {
        line-height: 26px;
        font-size: 12px;
    }

    .signup_two .new-login .login.outer-new {
        margin-left: 0px;
    }

    .signup_two .new-login {
        position: relative;
        margin-left: 18px;
    }

    .signup_two .inner-infolist {
        width: 94% !important;
    }

    .signup_two .new-login .infoList.trusted-block {
        min-height: 290px;
        width: 84% !important;
    }

    .blog-content h4 {
        min-height: 62px;
    }

    .blog-slide {
        min-height: 530px;
    }

    .blog-content {
        min-height: 286px;
    }

    .services-box {
        min-height: 360px;
    }

    .reviw-user-deatil {
        margin-top: 20px;
        float: left;
    }

    #drag_h3 p {
        font-size: 12px !important;
    }

    .writer-profile-info-card {
        padding: 24px 10px;
    }

    .review-vs .review-date {
        left: 0;
        margin-top: 10px;
    }

    .review-vs .subject-flag .star-ratting {
        float: left;
        width: 100%;
        padding-left: 0px;
    }

    .review-vs .name-flag {
        float: left;
        margin-left: 0px;
        width: 85%;
    }

    .btn-w {
        width: 100%;
    }

    button.btn-free-quote.btn-w.greens {
        margin-bottom: 14px;
        width: 100%;
        padding: 12px;
    }

    .top-bar {
        height: inherit;
    }

    .blog-content a.read-more {
        bottom: -4px;
    }

    .services-provided img {
        display: none;
    }

    .our-eassy-process .eassy-box {
        text-align: center;
        margin-bottom: 44px;
    }

    section.our-services {
        padding-top: 0px;
    }

    .testimonail-get-free-contact .get-free-quote {
        float: none;
        width: 92%;
    }

    .distribute img {
        margin: 0 auto;
        overflow: hidden;
    }

    .project-management2 .ban-content {
        margin: 108px 0 0 0;
    }

    section.our-services {
        padding-top: 0px;
        overflow: hidden;
    }

    .top-bar p {
        font-size: 10px;
    }

    .aah-banner-reviews .reviews-list-item .number {
        font-size: 16px;
        display: none;
    }

    .aah-banner-reviews .reviews-list-item .star-area {
        width: 100%;
    }

    .aah-banner-reviews .col-md-4 {
        width: 33%;
        padding-left: 7px;
    }

    .aah-star i {
        font-size: 9px;
    }

    .aah-banner-reviews {
        height: 45px;
    }

    .aah-banner-reviews {
        padding: 4px 0px;
    }

    .top-bar p {
        float: initial;
    }

    .aah-banner-reviews .inner-reviews {
        padding: 6px 10px;
        margin-top: -5px;
    }

    .aah-banner-reviews span.aah-star {
        background: #d4765d;
        margin: 0px 4px 0px 0px;
    }

    .aah-banner-reviews .rowx {
        margin-left: 5px;
        /* overflow: hidden; */
    }

    .aah-banner-reviews {
        padding: 4px 0px;
    }

    section.reason-to-choose {
        margin-bottom: 52px;
        margin-top: 0px;
    }

    .bottom-bar p {
        font-size: 15px;
    }

    .bottom-bar .aah-banner-reviews span.aah-star {
        margin: 0px 19px 0px 21px;
    }

    .sitemap-block .links-blocks ul li {

        width: 100%;

    }

    .sitemap-block {
        margin-left: 20px;

    }

    .offer h5 span {
        font-size: 14px !important;
    }

    .order-now {
        font-size: 13px !important;
    }

    .did-youknow-modal .descriptions.FeatureContainer ul strong {
        font-weight: 500;
        font-size: 13px;
    }

    .did-youknow-modal .descriptions.FeatureContainer ul li {
        line-height: 24px;
        font-size: 14px;
    }

    .did-youknow-modal .modal-header .close {
        position: absolute;
        top: 10px;
    }

    .did-youknow-modal div#didyouModal {
        margin-top: 9px !important;
    }

    section.banner2 {
        margin-top: 0;
    }

    .banner2 .banner-content {
        margin-top: 0;
        overflow: hidden;
        height: 312px;
    }

    section.banner2 {
        margin-top: 0;
        height: auto;
        padding-bottom: 14px;
    }

    section.banner2 .add-text span {
        display: block;
        color: #000;
    }

    .banner2 .banner-content {
        height: 322px;
        padding-top: 10px;
    }

    .did-youknow-modal div#didyouModal {
        display: none !important;
    }

    .did-youknow-modal .fade {
        display: none !important;
    }
    .banner-content {       
        margin-top: 42px !important;
    }

    .stickyprice {
        position: fixed;
        top: 0;
    }
    .course-header .priceheader .priceheader-left {
        float: left;
        width: 100%;
    }
    .course-header .priceheader-right {
        margin-top: 15px;
        float: left;
    }
    .course-header {      
        margin-top: 0;
    }

}

@media only screen and (max-width:414px) {
.offer h5 span {
    font-size: 13px !important;
}
}

@media only screen and (max-width: 390px) {
.order-now {
    font-size: 11px !important;
    margin-right: 0;
    padding: 0 7px;
}
a.btn-offer {
    padding: 12px 10px !important;
}

}

@media only screen and (max-width: 375px) {
    .phone {
        display: inherit;
        margin-bottom: 10px;
    }

    .email-phone {
        display: inherit;
        margin-bottom: 10px;
    }

    .social {
        display: inherit;
    }

    .head-btn-block a.btn-free-quote {
        width: 100%;
        padding: 12px 24px;
    }

    .inner-blockf.did-know-slider h5 {
        font-size: 16px;
    }

    .multipletype-quest h1 {
        font-size: 1.8rem;
    }

    .student-grade-block h4 {
        font-size: 17px;
    }

    .grade-point label {
        cursor: pointer;
        /* font-size: 12px; */
        display: inline-block !important;
    }

    .descriptions {
        padding: 0px 16px !important;
    }

    .submit_survey {
        float: left;
        margin-top: -14px;
        border: none;
    }

    .university-logo .slick-next {
        bottom: -74px !important;
    }

    .video-left-block iframe {
        width: 295px;
        height: 290px;
        margin-top: 10px !important;
    }

    .attempt {
        color: red !important;
    }

    .pricing-table {
        margin-bottom: 20px;
    }

    .new-login .inner-block {
        padding: 12px;
    }

    .new-login .login.outer-new {
        width: 94%;
        left: 22px;
    }

    .infoList.trusted-block-inner {
        padding-top: 12px;
    }

    .new-login .infoList.trusted-block {
        top: 41rem;
    }

    .signup_two .new-login .infoList.trusted-block {
        color: #fff;
        /* margin-top: 114px; */
        height: 336px;
        top: 48rem;
        width: 90% !important;
    }

    .inner-infolist {
        width: 93%;
    }

    .signup_two .inner-infolist {
        width: 94%;
    }

    .new-login .infoList.trusted-block {
        width: 82%;
    }

    .new-login .infolist-outer {
        margin-top: 6px;
    }

    .signup_two .new-login .infolist-outer {
        padding: 6px;
    }

    .payment-n .modal-dialog {
        width: 353px;
        margin-top: 31px;
    }

    h1.make-payment-heading {
        font-size: 19px !important;
    }

    span.pack1 {
        left: -72px;
    }

    .pay-hd li.head-red {
        font-size: 18px;
    }

    .dr-section .drop_text p {
        font-size: 10px !important;
    }

    .from-block {
        background-color: #f8faff;
        padding: 24px 10px;
    }

    .send-msg-block .form-group h5 {
        text-align: left !important;
        font-size: 14px !important;
    }

    .payment-methods-blocknew span.options-selc {
        font-size: 11px !important;
    }

    .from-block h4 {
        font-size: 18px;
    }

    .qa-outers .Experts-member .star-ratting {
        /* float: right; */
        width: 100%;
        padding-left: 0px;
    }

    .review-vs .expert-content .star-ratting {
        padding-left: 0px;
        width: 100%;
    }

    .about-block .skill-icon {
        height: 125px;
    }

    .project-management2 .ban-content {
        margin: 55px 0 0 0;
    }

    .aah-banner-reviews {
        height: 44px;
        padding: 4px 0px;
    }

    .aah-banner-reviews span.num {
        display: none;
    }

    .sb-search-input {
        font-size: 11px;
    }

    .sb-search {
        width: 70% !important;
    }
  
    .order-now {
        font-size: 12px !important;
        margin-right: 0;
    }

    .offer h5 span {
        font-size: 11px !important;
    }
    
}

@media only screen and (max-width: 320px) {
    .header-right {
        flex-wrap: wrap !important;
    }
    a.btn-offer {  
        padding: 11px 10px;
        font-size: 12px;
        border-radius: 4px;
        margin-left: 10px;
    }
    .sb-search {
        width: 62% !important;
    }
    .offer h5 {        
        margin-right: 0px;      
    }
    .order-now {    
        padding: 0 4px;
        font-size: 11px !important;
    }
}


div.flex-nowrap{overflow:auto;white-space:nowrap}.file-upload{display:flex}.droped_data{margin-top:12px}#gallery img{display:inline-block;width:100px;height:50px}div.flex-nowrap img:hover .close{display:inline-block;position:absolute;color:#4f0ee7;border-radius:50%;right:-10px;height:20px}#files{display:none}.upload_button{color:#fff;background-color:#5cb85c;border-color:#4cae4c;border:none;padding:10px}.card-block{height:100px;width:100px;margin:10px}.close{display:none;position:absolute;top:-11px;right:0;font-size:15px!important;background-color:red;border-radius:100px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;text-shadow:inherit!important;color:#fff!important;opacity:inherit!important}.hidden_div{display:none}.card.card-block{padding:24px}.card-block span{font-size:12px}.choose-file label{margin-bottom:0}.choose-file{background-color:#57141463;padding:10px;width:79%;float:left}@media only screen and (max-width: 767px){#drop_section{width:100%}}.drop_upper label.open{display:block}.fa-star:before{color:#000}.checked:before{color:#f7c324}.mt-user_dashboard .tox-statusbar__branding{display:none}.mt-user_dashboard .tox .tox-statusbar{display:none}.mt-user_dashboard .tox-statusbar{display:none!important}.right_wrapper{text-align:right}.left_wrapper{text-align:left}.center_wrapper{padding:15px 0;text-align:center}.orderDetails_title{margin:15px 0}.send_message{padding-top:15px}.fa-star:before{content:"\f005";color:#f7c324}.tox-tinymce{height:400px!important}.tox-statusbar{display:none!important}section#homepage--slider .submit-work-form{overflow:hidden}.dr-section p{font-size:18px;margin:0;line-height:1;text-align:center}.dr-section .drop_img{text-align:center;font-size:27px;color:#838588;float:left;text-align:right;width:30%}.drag_dropsection{float:left;margin-left:10px}.dr-section .drop_upper{border:2px dashed #838588}.dr-section .fa-upload{font-weight:900;color:#838588;font-size:24px}.dr-section .drop_text{padding:8px 0}.drop_lower{padding-bottom:14px}.dr-section .drop_lower .upload_file_row{padding-top:10px;border-bottom:1px solid #ccc}.dr-section .drop_lower .upload_file_row p{padding:0}.dr-section .dr-file-name{padding:10px 0 2px 4px}.dr-section .dr-file-name p{text-align:left}.dr-section .drop_text p{color:#838588}.dr-section .cross{background:#ff8a00;text-align:center;color:#fff;border-radius:5px;font-size:10px;padding:2px;margin:4px 0 0}.dr-section .drop_upper:hover{cursor:pointer;border:2px dashed #838588}.dr-section .cross:hover{background:#ff8a00}span.browse_data{border:1px solid #ff8a00;padding:7px 16px;margin-top:15px;display:inline-block;font-size:14px;color:#ff8a00;border-radius:2px;font-weight:600}span.upl_data{font-size:14px;color:#838588}.dr-file-name p{font-size:12px}@media(max-width:768px){.dr-section .drop_upper{padding:0}.dr-section .drop_img{text-align:center;width:100%}.drag_dropsection{float:inherit;margin-left:10px}span.browse_data{margin-top:7px}button.btn.btn-primary.free_quotes{width:100%}}@media screen and (max-width: 425px){.browse_file.upl-data{display:none}.drag_dropsection{float:inherit}span.browse_data{margin-top:0;margin-bottom:8px}.drop_lower{padding-bottom:0}button.btn.btn-primary.free_quotes{width:100%}}.upload_file_row{position:relative}.delete{position:absolute;right:20px;top:12px}.upload_file_row{float:left;width:100%}span.tick{float:left;margin-right:10px}.upload_file_row p{margin:0;padding:5px;float:left;text-align:left;font-size:13px}.drag-and-drop-new{border:2px dashed grey;padding:15px;text-align:center;color:#808080ab;transition-property:border,color;transition-duration:.5s}.drag-and-drop-new-section{text-align:center}.drag-and-drop-new-section .submit-button{margin:10px}.class_add:hover{border:2px dashed #ff5b09b2!important;color:grey!important}.class_add:hover #drag_h3{color:grey!important}.fisticon .fas{color:#1e90ff}.class_add:hover .fas{-webkit-animation-name:heartbeat;-webkit-animation-duration:400ms;-webkit-transform-origin:50% 50%;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}.drag-and-drop-new h3{font-size:16px;margin-bottom:0!important}.drag-and-drop-new .fisticon{margin-right:5px}@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}#files{display:none}.browseStyling{color:#1e90ff}.upload_file_row{border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3;padding:5px 16px;border-left:1px solid #d3d3d3}.upload_file_row:first-child{border-top:1px solid #d3d3d3}.file-upload .uploads{margin-top:10px}.upload_file_row p{margin:0;padding:5px;font-size:13px}.drop_lower .cross{margin-top:6px}.cross .fas{cursor:pointer}.upload_file_row .col-md-3{text-align:right}.upload_file_row .far{margin-top:6px;color:green;font-weight:600}.upload_file_row .fas{transition-property:color;transition-duration:.2s}.upload_file_row .fas:hover{color:red}.upload_file_row .col-md-1{text-align:left}.upload_file_row .col-md-8{text-align:left}.upload_file_row .col-md-3{text-align:right}label{display:inline!important;margin-bottom:0!important}.icon{-webkit-animation-name:heartbeat;-webkit-animation-duration:400ms;-webkit-transform-origin:50% 50%;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}
.tox-tinymce {
    height: 168px!important;
}
.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBB���?VU  ���?VU                   t�?VU          �q�?VU  ��?VU          ���?VU  l8      ���?VU          U  �OfܠU                  �o�ڠU          0�ڠU  HPfܠU           PfܠU  �7       PfܠU          �OfܠU          2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlL�2eܠU  �2eܠU                  `z�ڠU           ��ڠU  X3eܠU          3eܠU  K6      3eܠU          cܠU              ��bܠU          �U          P6�ڠU  8�bܠU          ��bܠU  �5      ��bܠU          ���ڠU  �bܠU          ��bܠU  �5      ��bܠU          6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !importan0 �i�7V  ��i�7V                  P�c�7V          Јc�7V  �i�7V          ��i�7V  �      ��i�7V                   *c@VU          ��?VU          P��?VU  /      P��?VU          xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px sol�!�?VU  �!�?VU                  ���?VU          ���?VU  ("�?VU          �!�?VU  �      �!�?VU               p��?VU          @��?VU  ���?VU          @��?VU  s      @��?VU          ��?VU           ��?VU  8       ��?VU          oft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}